Look at short flags in https://microsoft.github.io/bedrock-cli/commands and - [ ] See if we have consistency amongst commands - [ ] If not, propose an updated short flag name references - [ ] Codify these short flag names in documentation For example, some commands have a short flag `-p` for `--project` and others have no short flag. An effort was started in the past but is out of date [here.](https://microsoft.sharepoint.com/:x:/t/DevCrews-Episerver/EUA0JeUOgppHq_YY6sAkD68BYa3aHX1idc8cwOLgRT0gYg?e=sUo0jx). Use https://microsoft.github.io/bedrock-cli/commands as the source of truth A command option should have same the same short flag and multi-word name across all `CLI` commands to be consistent. **Does this require updates to documentation?:** YES!
Look at short flags in https://microsoft.github.io/bedrock-cli/commands and
For example, some commands have a short flag
-pfor--projectand others have no short flag.An effort was started in the past but is out of date here.. Use https://microsoft.github.io/bedrock-cli/commands as the source of truth
A command option should have same the same short flag and multi-word name across all
CLIcommands to be consistent.Does this require updates to documentation?:
YES!