gdcloud organizations upgrade rollout

NAME

gdcloud organizations upgrade rollout - Trigger an upgrade to a new version for the specified organization(s).

SYNOPSIS

gdcloud organizations upgrade rollout --version=VERSION --names=ORG_NAME1,ORG_NAME2,... --zone=ZONE_NAME [flags]

EXAMPLES


To upgrade the infra organization "root" to version "1.14.3-gdch.1000-1", run:

    gdcloud organization upgrade rollout --version=1.14.3-gdch.1000-1 --names=root

To upgrade an organizations "org-1" and "org-2" to version "1.14.3-gdch.1000-1", run:

    gdcloud organization upgrade rollout --version=1.14.3-gdch.1000-1 --names=org-1,org-2,... --zone=zone1

To upgrade all eligible organizations in zone1 to version "1.14.3-gdch.1000-1", run:

    gdcloud organization upgrade rollout --version=1.14.3-gdch.1000-1 --all --zone=zone1

Root organization must be at the new version or greater, before a version is available to any other organizations in a zone.

OPTIONAL FLAGS

  -a, --all                         Upgrade all organizations in the given zone.
      --direct                      Rollout OC changes to the specified organization(s) directly.
      --distribute-artifacts        Distribute artifacts to a tenant org before rolling out to the org directly.
      --ignore-maintenance-window   Ignore maintenance window for tenant organization upgrade.
  -n, --names strings               Comma-separated list of organizations to trigger upgrade for.
      --skip-checks                 Skip preflight and postflight checks for organization upgrade.
      --version string              Version to upgrade to.
  -z, --zone string                 Zone to rollout upgrade for.

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.