mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-27 04:44:58 -04:00
12 lines
258 B
YAML
12 lines
258 B
YAML
name: env
|
|
shortDesc: "The plugin envs plugin"
|
|
command: "./env.sh"
|
|
flags:
|
|
- name: "test1"
|
|
desc: "This is a flag 1"
|
|
- name: "test2"
|
|
desc: "This is a flag 2"
|
|
shorthand: "t"
|
|
- name: "test3"
|
|
desc: "This is a flag 3"
|
|
defValue: "default"
|