1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

k9s: add short options (#17322)

This commit is contained in:
Managor 2025-07-22 17:27:34 +03:00 committed by GitHub
parent 78ce83c261
commit d0f208e8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@
- Manage a cluster using a given kubernetes namespace:
`k9s --namespace {{kubernetes_namespace}} --cluster {{cluster_name}}`
`k9s {{[-n|--namespace]}} {{kubernetes_namespace}} --cluster {{cluster_name}}`
- Manage a cluster launching k9s in the pod view and enable debug logging:
`k9s --command {{pod}} --logLevel debug --cluster {{cluster_name}}`
`k9s {{[-c|--command]}} {{pod}} {{[-l|--logLevel]}} debug --cluster {{cluster_name}}`