atlas projects create
Create a project.
Syntax
atlas projects create <projectName> [options]
Arguments
Name | Type | Required | Description |
---|---|---|---|
projectName | string | true | Name of the project. |
Options
Name | Type | Required | Description |
---|---|---|---|
--govCloudRegionsOnly | false | Only for AtlasGov projects. If specified, designates that the project uses only the AWS GovCloud region. If unspecified, the project uses only the AWS Standard region. You can't deploy clusters across AWS GovCloud and AWS Standard regions in the same project. | |
-h, --help | false | help for create | |
--orgId | string | false | Organization ID to use. Overrides the settings in the configuration file or environment variable. |
-o, --output | string | false | Output format. Valid values are json, json-path, go-template, or go-template-file. |
--ownerId | string | false | Unique 24-hexadecimal digit string that identifies the Atlas user account to be granted the Project Owner role on the specified project. |
--withoutDefaultAlertSettings | false | Flag that creates the new project without the default alert settings enabled. This flag defaults to false. This is useful if you create projects programmatically and want to create your own alerts instead of using the default alert settings. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Human-readable label that identifies the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file. |