hades-cli
Version:
Hades CLI developer tool
1 lines • 3.19 kB
JSON
{"version":"1.4.4","commands":{"delete":{"id":"delete","description":"Delete elements","pluginName":"hades-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"elementType","description":"Type element to delete","required":true,"options":["bounded-context","b","module","m"]},{"name":"elementName","description":"Name element to create","required":true}]},"generate":{"id":"generate","description":"Generate hades elements [boundedContext, module]","pluginName":"hades-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"module":{"name":"module","type":"option","char":"m"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"elementType","description":"Type element to create","required":true,"options":["bounded-context","b","module","m"]}]},"hello":{"id":"hello","description":"Test command","pluginName":"hades-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"key":{"id":"key","description":"Generate private key and public key","pluginName":"hades-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"load":{"id":"load","description":"Load hades elements [bounded-context, module] from yaml file, located in the cliter folder","pluginName":"hades-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"module":{"name":"module","type":"option","char":"m"},"boundedContext":{"name":"boundedContext","type":"option","char":"b"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false},"tests":{"name":"tests","type":"boolean","char":"t","allowNo":false}},"args":[{"name":"elementType","description":"Type element to create","required":true,"options":["bounded-context","b","module","m"]}]},"new":{"id":"new","description":"Create new hades project","pluginName":"hades-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"credentials":{"name":"credentials","type":"boolean","char":"c","allowNo":false}},"args":[{"name":"appName","description":"Type app name to create","required":true}]},"seed":{"id":"seed","description":"Seed database with bounded context or module selected","pluginName":"hades-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"module":{"name":"module","type":"option","char":"m"},"boundedContext":{"name":"boundedContext","type":"option","char":"b"},"log":{"name":"log","type":"boolean","char":"l","allowNo":false}},"args":[{"name":"elementType","description":"Type element to create","required":true,"options":["bounded-context","b","module","m"]}]}}}