Rinomina una configurazione denominata dell'interfaccia a riga di comando gcloud.
Specifica il nome attuale della configurazione.
Utilizza il flag --new-name per specificare il nuovo nome della configurazione.
Non puoi rinominare una configurazione attiva.
ESEMPI
To rename an existing configuration named my-config as new-config, run:
gdcloud config configurations rename my-config --new-name=new-config
FLAG OBBLIGATORI
--new-name string Specifies the new name of the configuration.
GDCLOUD WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-09-04 UTC."],[[["\u003cp\u003eRenames an existing gdcloud CLI configuration to a new name.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the current configuration name and the new name using the \u003ccode\u003e--new-name\u003c/code\u003e flag.\u003c/p\u003e\n"],["\u003cp\u003eCannot rename a configuration that is currently active.\u003c/p\u003e\n"],["\u003cp\u003eProvides an example command for renaming a configuration from \u003ccode\u003emy-config\u003c/code\u003e to \u003ccode\u003enew-config\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUses gdcloud wide flags like \u003ccode\u003e--configuration\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, \u003ccode\u003e--help\u003c/code\u003e, \u003ccode\u003e--project\u003c/code\u003e, and \u003ccode\u003e--quiet\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# gdcloud config configurations rename\n\nNAME\n----\n\ngdcloud config configurations rename - Rename a gdcloud CLI named configuration.\n\nSYNOPSIS\n--------\n\n gdcloud config configurations rename CONFIGURATION_NAME [flags]\n\nDESCRIPTION\n-----------\n\nRename a gdcloud CLI named configuration.\nSpecify the current name of the configuration.\nUse the --new-name flag to specify the new name of the configuration.\nYou cannot rename a configuration that is active.\n\n### EXAMPLES\n\n To rename an existing configuration named my-config as new-config, run:\n\n gdcloud config configurations rename my-config --new-name=new-config\n\n### REQUIRED FLAGS\n\n --new-name string Specifies the new name of the configuration.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]