mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
17 lines
226 B
YAML
17 lines
226 B
YAML
|
plugin:
|
||
|
fred:
|
||
|
args:
|
||
|
- logs
|
||
|
- -f
|
||
|
- $NAME
|
||
|
- -n
|
||
|
- $NAMESPACE
|
||
|
- --context
|
||
|
- $CLUSTER
|
||
|
background: false
|
||
|
command: kubectl
|
||
|
description: Pod logs
|
||
|
scopes:
|
||
|
- po
|
||
|
shortCut: Ctrl-L
|