--- apiVersion: v1 name: testplugin version: 0.1.0 type: cli/v1 runtime: subprocess config: shortHelp: "echo test" longHelp: "This echos test" ignoreFlags: false runtimeConfig: platformCommand: - command: "echo test"