gdcloud config configurations rename

NAME

gdcloud config configurations rename – Benennt eine benannte Konfiguration der gdcloud CLI um.

ZUSAMMENFASSUNG

gdcloud config configurations rename CONFIGURATION_NAME [flags]

BESCHREIBUNG

Benennen Sie eine benannte Konfiguration der gcloud CLI um. Geben Sie den aktuellen Namen der Konfiguration an. Mit dem Flag „--new-name“ geben Sie den neuen Namen der Konfiguration an. Sie können keine aktive Konfiguration umbenennen.

BEISPIELE

To rename an existing configuration named my-config as new-config, run:

    gdcloud config configurations rename my-config --new-name=new-config

ERFORDERLICHE FLAGS

      --new-name string   Specifies the new name of the configuration.

GDCLOUD-WEITE FLAGS

Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.

Weitere Informationen finden Sie auf der Seite Übersicht über die Referenz zur gcloud CLI.