You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows configuring the duration to wait for the "running" event from the
host agent before timing out.
Signed-off-by: Antoine Cotten <[email protected]>
startCommand.Flags().Bool("tty", isatty.IsTerminal(os.Stdout.Fd()), "enable TUI interactions such as opening an editor, defaults to true when stdout is a terminal")
54
54
startCommand.Flags().String("name", "", "override the instance name")
55
55
startCommand.Flags().Bool("list-templates", false, "list available templates and exit")
56
+
startCommand.Flags().Duration("timeout", start.DefaultWatchHostAgentEventsTimeout, "duration to wait for the instance to be running before timing out")
0 commit comments