We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some handy aliases for commands, e.g.:
namespaces
namespace
ns
user
users
nodes
node
machine
machines
no
routes
route
r
apikeys
apikey
api
preauthkeys
preauthkey
authkey
pre
Common subcommands:
list
l
ls
create
c
new
delete
del
expire
exp
e
I think Cobra should support this, so should be relatively trivial to add.
Happy to take more suggestions :)
The text was updated successfully, but these errors were encountered:
I'm happy to work on this. Do we want all of these aliases or should I just pick a few from the ones you've listed?
I personally think it might be a bit unnecessary to have all of those aliases for nodes. Up to you though.
Sorry, something went wrong.
e-zk
No branches or pull requests
Add some handy aliases for commands, e.g.:
namespaces
:namespace
,ns
,user
,users
nodes
:node
,machine
,machines
,no
routes
:route
,r
apikeys
:apikey
,api
preauthkeys
:preauthkey
,authkey
,pre
Common subcommands:
list
:l
,ls
create
:c
,new
?delete
:del
expire
:exp
,e
I think Cobra should support this, so should be relatively trivial to add.
Happy to take more suggestions :)
The text was updated successfully, but these errors were encountered: