mongocli atlas clusters indexes create
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoCLI.
Create a rolling index for your MongoDB cluster.
Syntax
mongocli atlas clusters indexes create [indexName] [options]
Arguments
Name | Type | Required | Description |
---|---|---|---|
indexName | string | false | Name of the index. |
Options
Name | Type | Required | Description |
---|---|---|---|
--clusterName | string | true | Name of the cluster. |
--collection | string | true | Collection name. |
--db | string | true | Database name. |
-h, --help | false | help for create | |
--key | strings | true | Index keys. Should be formatted as field:type. |
--projectId | string | false | Project ID to use. Overrides configuration file or environment variable settings. |
--sparse | false | Create a sparse index. |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Profile to use from your configuration file. |