Description
Added `mongocli config describe` which returns the description for a profile:
> ./bin/mongocli config describe om
public_api_key = redacted
service = ops-manager
ops_manager_url = http://om.com/
private_api_key = redacted
project_id = 5efa65463e8e86592c4ca608
mongocli config describe <name>
should fetch a given profile name and list its configuration, this to avoid telling users to check the config file
This command should avoid outputting the private API keys
Scope of changes
- New page under Reference > Access Management
- Anywhere we tell users to check the config file ( eg. cat ~/.config/mongocli.toml ) change to use this command instead
Impact to Other Docs
MVP (Work and Date)
Resources (Scope or Design Docs, Invision, etc.)
|