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.
-n, --names strings Comma-separated list of organizations to trigger upgrade for.
--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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-12 UTC."],[[["The `gdcloud organizations upgrade rollout` command initiates an upgrade to a specified version for selected organizations."],["You can target specific organizations for upgrade using the `--names` flag, listing them in a comma-separated format."],["Upgrading all eligible organizations within a zone is possible using the `--all` flag in conjunction with `--zone`."],["The `--version` flag determines the target version for the upgrade, and the root organization must be upgraded before any others in a zone."],["The --zone flag is used to specify the zone that you are targeting."]]],[]]