Skip to main content

astroctl_update

astroctl update

Check for updates and install if available

Synopsis

Check for the latest version of astroctl and optionally install it.

The update command connects to GCS to check for new releases and can automatically download and install the latest version of the CLI tool.

Examples:

Check for updates without installing

astroctl update --check

Update to the latest version

astroctl update

Update without confirmation prompt

astroctl update --yes

astroctl update [flags]

Options

--check Only check for updates without installing
-h, --help help for update
--yes Skip confirmation prompt

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO