Add `edit` to `atlas config` help listing.
When listing help for atlas config
the edit
option is not currently visible:
```
~ 🍤 atlas config --help 23:14:37 UTC
Configure settings in a user profile.
All settings are optional. You can specify settings individually by running:
$ atlas config set --help
You can also use environment variables (MONGODBATLAS*) when running the tool.
To find out more, see the documentation: https://dochub.mongodb.org/core/atlas-cli-env-variables.
Usage:
atlas config [command]
Available Commands:
init Configure a profile to store access settings for your MongoDB deployment.
set Configure specific properties of a profile.
list Return a list of available profiles by name.
describe Return a specific profile.
rename Rename a profile.
delete Delete a profile.
Flags:
-h, --help help for config
Global Flags:
-P, --profile string Profile to use from your configuration file.
Use "atlas config [command] --help" for more information about a command.
```
Adding it to the help
listing would make it more discoverable.
Hi Alicja,
Thank you again for raising this feedback. This new command "atlas config edit" is available on Atlas CLI since version 1.2.0.
Looking forward to seeing more feedback on the Atlas CLI.
Thanks,
Jakub