Docs Menu
Docs Home
/ /
Atlas CLI
/ /

Atlas 組織が説明する

項目一覧

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

指定した組織の詳細を返します。

このコマンドを使用するには、ユーザー アカウントまたは組織メンバー ロールを持つ API キーで認証する必要があります。

コマンド構文
atlas organizations describe <ID> [options]
名前
タイプ
必須
説明

ID

string

true

組織を識別する一意な 24 桁のstring 。

名前
タイプ
必須
説明

-h, --help

false

説明用のヘルプ

-o, --output

string

false

出力形式。 有効な値は、 JSON 、 JSON -path、go-template、または go-template-file です。 完全な出力を表示するには、 -o JSONオプションを使用します。

名前
タイプ
必須
説明

-P, --profile

string

false

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

コマンドが成功すると、CLI は次のサンプルのような出力を返します。 括弧内の値は 値を表します。

ID NAME
<Id> <Name>
# Return the JSON-formatted details for the organization with the ID 5e2211c17a3e5a48f5497de3:
atlas organizations describe 5e2211c17a3e5a48f5497de3 --output json

戻る

削除