github.com/Equinix-Metal/virtlet@v1.5.2-0.20210807010419-342346535dc5/pkg/tools/TestPlugin.out.yaml (about) 1 name: topcmd 2 shortDesc: Topmost command 3 longDesc: Lorem ipsum dolor sit amet 4 tree: 5 - name: bar 6 shortDesc: Bar command 7 longDesc: Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua 8 command: ./topcmd bar 9 - name: foo 10 shortDesc: Foo command 11 longDesc: Consectetur adipiscing elit 12 example: kubectl plugin topcmd foo 13 command: ./topcmd foo 14 flags: 15 - name: fooflag 16 desc: foo flag 17 defValue: "4242"