Files
kubernetes/test/fixtures/pkg/kubectl/plugins/env/plugin.yaml
2017-07-18 15:35:40 -03:00

13 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"