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 [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,...

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

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

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

OPTIONAL FLAGS

      --all-organizations           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.
      --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.
      --zone string                 Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

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.