Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Add more short flags, such as -t for --template #128

Open
mboersma opened this issue Jun 3, 2022 · 2 comments
Open

Add more short flags, such as -t for --template #128

mboersma opened this issue Jun 3, 2022 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mboersma
Copy link
Member

mboersma commented Jun 3, 2022

Frequently-used arguments should have a version that's easier to type. There are probably a few opportunities in the various az capi commands to add these.

@mboersma mboersma added the good first issue Good for newcomers label Jun 6, 2022
@ranakan19
Copy link
Contributor

I believe -t cannot be used for --template, as it is used for --tags. And custom template is the only command which doesn't have a short flag currently.
I'm not sure if any short flag apart from -t makes sense for template. If you agree, then maybe this issue can be closed?

@mboersma
Copy link
Member Author

For az capi create we could perhaps add:

  • -c for --node-machine-count (similar to az aks create)
  • -p for --pivot
  • -x for --external-cloud-provider

For az capi management create:

  • -n for --cluster-name (and shouldn't it just be --name for consistency? A separate issue.)

But other than those I don't see anything that looks like it would benefit from a short flag.

@ranakan19 I agree that -t is taken. Do you think the others I listed above are worthwhile?

@mboersma mboersma added the help wanted Extra attention is needed label Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants