autostart enable

limactl autostart enable

Register an instance to start automatically

limactl autostart enable INSTANCE [flags]

Options

      --condition string   When to start the instance: "login" (user session) or "boot" (system boot, macOS only) (default "login")
  -h, --help               help for enable
      --user string        macOS username to run the instance as when --condition=boot (default: $USER)

Options inherited from parent commands

      --debug               Debug mode
      --log-format string   Set the logging format [text, json] (default "text")
      --log-level string    Set the logging level [trace, debug, info, warn, error]
      --tty                 Enable TUI interactions such as opening an editor. Defaults to true when stdout is a terminal. Set to false for automation.
  -y, --yes                 Alias of --tty=false

SEE ALSO