mongocli Atlas クイックスタート
このバージョンのドキュメントはアーカイブされており、サポートされなくなりました。 MongoCLI のバージョンをアップグレードする 方法については、 現在のドキュメント を表示してください。
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 によって生成された自動生成