bedrock
bedrock copied to clipboard
Bedrock CLI should have consistent command line style
SPK command line arg aliases have mismatches have inconsistency issues.
We should have a style guide to make sure things are consistent. If possible we can probably automate this since the command line args are in json files.
- [x] Create a guidelines doc https://github.com/CatalystCode/spk/pull/342
- [x] Create a tool to print out usage of option aliases for all commands so that we have a good view of how and where these aliases are used
arg aliases
-V -v -h are reserved for --version, --verbose and --help
-f for --file -a for --personal-access-token -o for --org-name -O for --output -d for --devops-project -U for url related option -M for --manifest-url because -U is already used in the same command -B for --build-script-url
- [ ] Make short flags and multi-word option names and descriptions consistent across all
spkcommands #741
arg aliases
-V -v -h are reserved for --version, --verbose and --help
-f for --file
in PR https://github.com/CatalystCode/spk/pull/340 -a for --personal-access-token -o for --org-name -O for --output
Related: https://github.com/microsoft/bedrock/issues/741