databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

[Feature request]Support for shortnames #145

Open wd opened 4 years ago

wd commented 4 years ago

Like we can use po for pods, svc for services in kubectl command line, it's will be useful if they are available in click.

We can use kubectl api-resources to find the shortnames.

nicklan commented 3 years ago

you can use alias for this, although supporting all the shortnames the server understands is not unreasonable.