Skip to main content

akuity_kargo_agent_upgrade

akuity kargo agent upgrade

Upgrade a batch of agents to a particular version

akuity kargo agent upgrade [flags]

Examples

akuity kargo agent upgrade \
--organization-name=<name> \
--instance-name=<name> \
--version=<version> \
--agents=<agent1>,<agent2>,..

Options

      --agents strings             List of agent names to upgrade (e.g. --agents name1,name2,name3)
-h, --help help for upgrade
--instance-id string Kargo instance ID
--instance-name string Kargo instance name
--org-id string Alias for organization-id
--org-name string Alias for organization-name
--organization-id string Akuity cloud organization ID
--organization-name string Akuity cloud organization name
-o, --output string Output format. One of (json, yaml, wide) (default "wide")
--version string Desired kargo agent target version

Options inherited from parent commands

      --insecure-skip-tls-verify   If true, the server's certificate will not be checked for validity
--no-color Disable colored output (default true)
--server string The server url of the Akuity cloud (default "https://akuity.cloud")

SEE ALSO