@contributionls/utils-cli
Version:
For utils client
1 lines • 2.99 kB
JSON
{"version":"0.0.1","commands":{"convert":{"id":"convert","description":"Convert config url type\n...\nExtra documentation goes here\nhttps://utils.men/\n","pluginName":"@contributionls/utils-cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","char":"u","description":"need to convert url","required":true},"dest":{"name":"dest","type":"option","char":"d","description":"specific the url dest file type, value could be 'ini', 'yaml', 'json'","required":true,"options":["ini","yaml","json"]},"source":{"name":"source","type":"option","char":"s","description":"optional, specific the urls source file type, if not specific, it will auto detect the url's file type, value could be 'ini', 'yaml', 'json'","options":["ini","yaml","json"]}},"args":[]},"hello":{"id":"hello","description":"Describe the command here\n...\nExtra documentation goes here\n","pluginName":"@contributionls/utils-cli","pluginType":"core","aliases":[],"flags":{"name":{"name":"name","type":"option","char":"n","description":"name to print"}},"args":[]},"jsonpath":{"id":"jsonpath","description":"Jsonpath config url type\n...\nExtra documentation goes here\nhttps://utils.men/\n","pluginName":"@contributionls/utils-cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","char":"u","description":"need to convert url","required":true},"jsonpath":{"name":"jsonpath","type":"option","char":"j","description":"specific the jsonpath","required":true},"source":{"name":"source","type":"option","char":"s","description":"optional, specific the urls source file type, if not specific, it will auto detect the url's file type, value could be 'ini', 'yaml', 'json'","options":["ini","yaml","json"]}},"args":[]},"merge":{"id":"merge","description":"Merge config url\n...\nExtra documentation goes here\nhttps://utils.men/\n","pluginName":"@contributionls/utils-cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","char":"u","description":"need to merge url, you can pass this flag multiple","required":true},"source":{"name":"source","type":"option","char":"s","description":"optional, specific the urls source file type, if not specific, it will auto detect the url's file type, value could be 'ini', 'yaml', 'json'","options":["ini","yaml","json"]}},"args":[]},"template":{"id":"template","description":"Template config url type\n...\nExtra documentation goes here\nhttps://utils.men/\n","pluginName":"@contributionls/utils-cli","pluginType":"core","aliases":[],"flags":{"url":{"name":"url","type":"option","char":"u","description":"need to convert url","required":true},"template":{"name":"template","type":"option","char":"t","description":"specific the template","required":true},"source":{"name":"source","type":"option","char":"s","description":"optional, specific the urls source file type, if not specific, it will auto detect the url's file type, value could be 'ini', 'yaml', 'json'","options":["ini","yaml","json"]}},"args":[]}}}