github.com/orange-cloudfoundry/cli@v7.1.0+incompatible/fixtures/config/plugin-config/.cf/plugins/config.json (about) 1 { 2 "Plugins": { 3 "Test1":{ 4 "Location":"../../../fixtures/plugins/test_1.exe", 5 "Commands":[ 6 {"Name":"test_1_cmd1","HelpText":"help text for test1 cmd1"}, 7 {"Name":"test_1_cmd2","HelpText":"help text for test1 cmd2"} 8 ] 9 }, 10 "Test2":{ 11 "Location":"../../../fixtures/plugins/test_2.exe", 12 "Commands":[ 13 {"Name":"test_2_cmd1","HelpText":"help text for test2 cmd1"}, 14 {"Name":"test_2_cmd2","HelpText":"help text for test2 cmd2"} 15 ] 16 } 17 } 18 }