@artsy/cli
Advanced tools
Comparing version 0.4.0 to 0.5.0-0
@@ -1,1 +0,1 @@ | ||
{"version":"0.4.0","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"examples":["$ artsy hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"identify":{"id":"identify","description":"Identify a Gravity resource by its BSON ID","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"id"}]},"login":{"id":"login","description":"Log into the Artsy API. This is a prerequisite for many other commands.","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"on-call:list":{"id":"on-call:list","description":"List users via OpsGenie","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"randomize":{"name":"randomize","type":"boolean","char":"r","description":"Trigger randomization","allowNo":false},"split":{"name":"split","type":"option","char":"s","description":"Split members into [N] groups","default":1},"team":{"name":"team","type":"option","char":"t","description":"Name of team to limit results to"}},"args":[]},"on-call:next":{"id":"on-call:next","description":"List is on call next","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"date":{"name":"date","type":"option","description":"target date in ISO format"},"schedule":{"name":"schedule","type":"option","description":"schedule name","default":"Engineering On Call"}},"args":[]},"on-call:who":{"id":"on-call:who","description":"List who is on call now","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"date":{"name":"date","type":"option","description":"target date in ISO format"},"schedule":{"name":"schedule","type":"option","description":"schedule name","default":"Engineering On Call"}},"args":[]},"scheduled:rfcs":{"id":"scheduled:rfcs","description":"lists open RFCs","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"scheduled:standup-reminder":{"id":"scheduled:standup-reminder","description":"Remind facilitators and participants of upcoming standup.","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}} | ||
{"version":"0.5.0-0","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"examples":["$ artsy hello\nhello world from ./src/hello.ts!\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"name to print"},"force":{"name":"force","type":"boolean","char":"f","allowNo":false}},"args":[{"name":"file"}]},"identify":{"id":"identify","description":"Identify a Gravity resource by its BSON ID","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"id"}]},"login":{"id":"login","description":"Log into the Artsy API. This is a prerequisite for many other commands.","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"on-call:list":{"id":"on-call:list","description":"List users via OpsGenie","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"randomize":{"name":"randomize","type":"boolean","char":"r","description":"Trigger randomization","allowNo":false},"split":{"name":"split","type":"option","char":"s","description":"Split members into [N] groups","default":1},"team":{"name":"team","type":"option","char":"t","description":"Name of team to limit results to"}},"args":[]},"on-call:next":{"id":"on-call:next","description":"List is on call next","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"date":{"name":"date","type":"option","description":"target date in ISO format"},"schedule":{"name":"schedule","type":"option","description":"schedule name","default":"Engineering On Call"}},"args":[]},"on-call:who":{"id":"on-call:who","description":"List who is on call now","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{"date":{"name":"date","type":"option","description":"target date in ISO format"},"schedule":{"name":"schedule","type":"option","description":"schedule name","default":"Engineering On Call"}},"args":[]},"scheduled:rfcs":{"id":"scheduled:rfcs","description":"lists open RFCs","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"scheduled:standup-reminder":{"id":"scheduled:standup-reminder","description":"Remind facilitators and participants of upcoming standup.","pluginName":"@artsy/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}} |
{ | ||
"name": "@artsy/cli", | ||
"description": "The artsy command line tool", | ||
"version": "0.4.0", | ||
"version": "0.5.0-0", | ||
"author": "Jon Allured @jonallured", | ||
@@ -17,4 +17,3 @@ "bin": { | ||
"@types/node-fetch": "^2.5.0", | ||
"cli-ux": "^5.3.1", | ||
"dotenv": "^8.0.0", | ||
"dotenv": "^8.2.0", | ||
"lodash.chunk": "^4.2.0", | ||
@@ -41,6 +40,6 @@ "lodash.shuffle": "^4.2.0", | ||
"prettier": "^1.18.2", | ||
"ts-node": "^8", | ||
"tslint": "^5", | ||
"ts-node": "^9.1.1", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.3" | ||
"typescript": "^4.1.5" | ||
}, | ||
@@ -47,0 +46,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
30749
- Removedcli-ux@^5.3.1
- Removed@oclif/screen@1.0.4(transitive)
- Removedansi-escapes@4.3.2(transitive)
- Removedansicolors@0.3.2(transitive)
- Removedargparse@1.0.10(transitive)
- Removedcardinal@2.1.1(transitive)
- Removedcli-progress@3.12.0(transitive)
- Removedcli-ux@5.6.7(transitive)
- Removedcross-spawn@7.0.6(transitive)
- Removedesprima@4.0.1(transitive)
- Removedextract-stack@2.0.0(transitive)
- Removedhyperlinker@1.0.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removednatural-orderby@2.0.3(transitive)
- Removedobject-treeify@1.1.33(transitive)
- Removedpassword-prompt@1.1.3(transitive)
- Removedpath-key@3.1.1(transitive)
- Removedredeyed@2.1.1(transitive)
- Removedshebang-command@2.0.0(transitive)
- Removedshebang-regex@3.0.0(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedsupports-color@8.1.1(transitive)
- Removedsupports-hyperlinks@2.3.0(transitive)
- Removedtype-fest@0.21.3(transitive)
- Removedwhich@2.0.2(transitive)
Updateddotenv@^8.2.0