Viewing Help Information
Add the --help parameter to a command to view help information. For example:
- cloud --help
View the instructions for using Cloud CLI and the supported cloud services.
- cloud <service> --help
View the operation list of a cloud service. For example, to view the operation list of ECS, run cloud ECS --help.
- cloud <service> <operation> --help
View details about a cloud service API. For example, to view details about the ECS API with operation ShowServer, run cloud ECS ShowServer --help.
Parent topic: Commonly Used Commands