mongocli cloud-manager featurePolicies update¶
The featurePolicies update
command updates all
Cloud Manager feature control policies
for the external system that manages the specified project. You can also update all
feature policies for one project through the API.
Syntax¶
mongocli cloud-manager|cm featurePolicies update|updates --name <name-of-external-system> [ --output|-o <output-format> ] --policy <one-or-more-feature-policies> [ --profile|-P <profile-name> ] --projectId <project-ID> [ --systemId <id-of-external-system> ]
Note
Use -h
or --help
to view the command-line help for
this command.
Options¶
Option | Type | Description | Required? | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
--name | string | Name of the external system that
manages this project's deployment. | yes | ||||||||||||||||||||||
--output , -o | string | Command output format. Valid values are:
If omitted, the command returns output in the default format. | no | ||||||||||||||||||||||
--policy | strings | Comma-separated list of policies that the external system applies to this project. Possible values and their descriptions are:
| yes | ||||||||||||||||||||||
--profile , -P | string | Name of the profile where the project ID and the Programmatic API Key |