-
Notifications
You must be signed in to change notification settings - Fork 0
/
oclif.manifest.json
1 lines (1 loc) · 1.87 KB
/
oclif.manifest.json
1
{"version":"1.0.0-rc.1","commands":{"start:api":{"id":"start:api","summary":"The REST API provides ways to push Jobs to queues, with validation","strict":true,"pluginName":"@quadrabee/arnavon","pluginAlias":"@quadrabee/arnavon","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","char":"c","summary":"location of config file (defaults to 'config.yaml').","multiple":false,"default":"config.yaml"},"port":{"name":"port","type":"option","char":"p","description":"Port to use for API (default 3000)","multiple":false}},"args":[]},"start:consumer":{"id":"start:consumer","summary":"Starts an Arnavon consumer\n...\nThis command can be used to start one of the consumer defined in your config file.\n\nPlease note that the --all flag can be used to start all consumers at once, but this is not recommended in production.\n","strict":true,"pluginName":"@quadrabee/arnavon","pluginAlias":"@quadrabee/arnavon","pluginType":"core","aliases":[],"flags":{"config":{"name":"config","type":"option","char":"c","summary":"location of config file (defaults to 'config.yaml').","multiple":false,"default":"config.yaml"},"all":{"name":"all","type":"boolean","char":"a","description":"Start all consumers instead of just one (not recommended, but can be useful in dev)","allowNo":false},"except":{"name":"except","type":"option","char":"x","description":"Specify a consumer that should not be started. (Requires -a/--all. Can be used multiple times)","multiple":true,"dependsOn":["all"]},"port":{"name":"port","type":"option","char":"p","description":"Port to use for API (default 3000)","multiple":false}},"args":[{"name":"name","description":"The name of the consumer to start","required":false}]},"start":{"id":"start","summary":"Starts an arnavon component","strict":true,"pluginName":"@quadrabee/arnavon","pluginAlias":"@quadrabee/arnavon","pluginType":"core","aliases":[],"flags":{},"args":[]}}}