-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CLOUDP-300821: [AtlasCLI] Update help text of commands with --file flags to clarify we will ignore not documented fields #3683
Conversation
APIx Bot |
@@ -56,7 +56,7 @@ Options | |||
* - -f, --file | |||
- string | |||
- false | |||
- Path to an optional JSON configuration file that defines invitation settings. To learn more about invitation configuration files for the Atlas CLI, see https://XXX. | |||
- Path to an optional JSON configuration file that defines invitation settings. Note: Unsupported fields in the JSON file are ignored. To learn more about invitation configuration files for the Atlas CLI, see https://XXX. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
see https://XXX.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I've removed the URL for now, since there's no documentation yet.
I also created a DOCSP ticket to create this page: https://jira.mongodb.org/browse/DOCSP-47853
Coverage Report 📈
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Proposed changes
file.Load
internal/cli/organizations/invitations/update.go
,--file
was not a registered flagJira ticket: CLOUDP-300821