-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
The current CLI setup only provides minimal usage information through the README and command usage syntax. It would be beneficial to enhance the user experience by implementing a --help
option for each command within the Datadog CI CLI. This would allow users to easily access more detailed information about each command, including options, examples, and descriptions directly through the CLI.
Proposed Changes:
- Implement a
--help
flag for each command under the relevant scopes (e.g.,datadog-ci aas --help
,datadog-ci cloud-run --help
). - Include detailed descriptions of what each command does and the options it accepts.
- Provide usage examples to guide users in using the commands effectively.
Benefits:
- Improved user experience and accessibility of information.
- Reduced reliance on external documentation, making it quicker for users to get help as they work with the CLI.
This enhancement would make the tool more user-friendly, especially for new users or those unfamiliar with the various commands.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request