-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Louis Lambeau
committed
Dec 12, 2022
1 parent
0a7e0bf
commit 41b2ad3
Showing
4 changed files
with
4,010 additions
and
803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"0.2.12","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":[]}}} | ||
{"version":"1.0.0-rc.0","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":[]}}} |
Oops, something went wrong.