Atlas チームの名前を変更
組織内のチームの名前を変更します。
このコマンドを使用するには、ユーザー アカウントまたは組織所有者ロールを持つ API キーで認証する必要があります。
構文
コマンド構文
atlas teams rename <newName> [options]
Arguments
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
newName | string | true | チームを識別する新しいラベル。 |
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-h, --help | false | 名前変更のヘルプ | |
--orgId | string | false | 使用する組織ID。 このオプションは、構成ファイルまたは環境変数の 設定を上書きします。 |
-o, --output | string | false | 出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。 |
--teamId | string | true | チームを識別する一意な 24 桁のstring 。 |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。 |
出力
コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。
Team '<Name>' updated.
例
# Rename a team in the organization with ID 5e2211c17a3e5a48f5497de3: atlas teams rename newName --teamId 5e1234c17a3e5a48f5497de3 --orgId 5e1234c17a3e5a48f5497de3 --output json