We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db91c39 + 1b9a7b6 commit c22d4d3Copy full SHA for c22d4d3
internal/cmd/microvm/create.go
@@ -40,6 +40,10 @@ func newCreateCommand() *cli.Command {
40
},
41
Action: func(ctx *cli.Context) error {
42
a := app.New(zap.S().With("action", "create"))
43
+
44
+ createInput.NetworkInterfaces = networkInterfaces.Value()
45
+ createInput.MetadataFromFile = metadataFromFile.Value()
46
47
if err := a.Create(ctx.Context, createInput); err != nil {
48
return fmt.Errorf("creating microvm: %s", err)
49
}
0 commit comments