Docs Menu
Docs Home
/ /
Atlas CLI
/ /

Atlas構成の名前変更

項目一覧

  • 構文
  • Arguments
  • オプション
  • 継承されたオプション

プロファイルの名前を変更します。

コマンド構文
atlas config rename <oldProfileName> <newProfileName> [options]
名前
タイプ
必須
説明

oldProfileName

string

true

名前を変更するプロファイルの名前。

newProfileName

string

true

プロファイルの新しい名前。

名前
タイプ
必須
説明

-h, --help

false

名前変更のヘルプ

名前
タイプ
必須
説明

-P, --profile

string

false

構成ファイルから使用するプロファイルの名前。 Atlas CLI のプロファイルについては、 https://docub.mongodb.org/core/atlas-cli-save- connection-settings を参照してください。

# Rename a profile called myProfile to testProfile:
atlas config rename myProfile testProfile

戻る

list