Change cli help texts to reflect mandatory and non-mandatory flags
Open
good first issue
- Dominant language
- Go
- Stars
- 58
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Ensure that all `ecctl` commands comply with the style syntax, Flags / arguments need to be clearly demarcated as mandatory and/or optional. See Google's style guide
## Old description
Mandatory flags should not appear in [] as IEEE Standards suggest
Example: `ecctl deployment elasticsearch create [--file] [--capacity|--version|--zones] [name] [flags]`
Capacity, version, zones are all mandatory.
Contributor guide
Assessment
This issue has not been assessed yet.