Stay organized with collections
Save and categorize content based on your preferences.
NAME
gdcloud config set - Set a Google Distributed Cloud Hosted CLI property.
SYNOPSIS
gdcloud config set [flags]
EXAMPLES
To switch to a new project named "example-project", run:
gdcloud config set project example-project
To switch to a new organization with the URL "https://console.example-org.com", run:
gdcloud config set organization_console_url https://console.example-org.com
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-03-21 UTC."],[[["`gdcloud config set` is used to modify Google Distributed Cloud Hosted CLI properties."],["You can change the active project using `gdcloud config set project [project-name]`."],["The organization console URL can be updated with `gdcloud config set organization_console_url [URL]`."],["The command provides several widely available flags, including `--configuration`, `--format`, `--help`, `--project`, and `--quiet`."]]],[]]