Docs Menu
Docs Home
/ /
MongoDB コマンドラインインターフェイス
/ /

mongocli Atlas クイックスタート

項目一覧

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

Atlas クラスターを作成してアクセスします。

This command creates a new cluster, adds your public IP to the atlas access list and creates a db user to access your new MongoDB instance.

mongocli atlas quickstart [options]
名前
タイプ
必須
説明
--accessListIp
string
false
配置へのアクセスを許可する IP アドレス。
--clusterName
string
false
クラスターの名前。
-Y, --default
false
Run the Quickstart command with all the auto generated values to deploy and access an Atlas cluster.
-h, --help
false
クイックスタート用のヘルプ
--password
string
false
User’s password.
--projectId
string
false
使用するプロジェクトID 。構成ファイルまたは環境変数の設定を上書きします。
--provider
string
false
Name of your cloud service provider. Valid values: AWS|AZURE|GCP.
-r, --region
string
false
Physical location of your MongoDB cluster. For a complete list of supported AWS regions, see: https://mongodb.com/ja-jp/docs/atlas/reference/amazon-aws/#amazon-aws For a complete list of supported Azure regions, see: https://mongodb.com/ja-jp/docs/atlas/reference/microsoft-azure/#microsoft-azure For a complete list of supported GCP regions, see: https://mongodb.com/ja-jp/docs/atlas/reference/google-gcp/#google-gcp
--skipMongosh
false
Don't access your deployment with MongoDB Shell.
--skipSampleData
false
Don't load sample data into your Atlas Cluster.
--tier
string
false
Tier for each data-bearing server in the cluster. (default "M2")
--username
string
false
MongoDB への認証に使用するユーザー名。
名前
タイプ
必須
説明
-P, --profile
string
false
構成ファイルから使用する プロファイル。
Skip setting cluster name, provider or database username by using the command options
$ mongocli atlas quickstart --clusterName Test --provider GCP --username dbuserTest

13 -Jul- 2021で comb 2 snoosity によって生成された自動生成

戻る

list