@printersystems/cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.1","commands":{"auth":{"id":"auth","description":"Determine the currently authenticated user","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys auth"],"flags":{"api-key":{"name":"api-key","type":"option","description":"API Key you wish to use to authenticate","multiple":false}},"args":[]},"logout":{"id":"logout","description":"Remove authentication token","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys logout"],"flags":{},"args":[]},"sync":{"id":"sync","description":"Sync slicer profiles to printer.systems","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys sync"],"flags":{},"args":[]},"whoami":{"id":"whoami","description":"Determine the currently authenticated user","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys whoami"],"flags":{},"args":[]}}} | ||
{"version":"0.0.2","commands":{"auth":{"id":"auth","description":"Determine the currently authenticated user","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys auth"],"flags":{"api-key":{"name":"api-key","type":"option","description":"API Key you wish to use to authenticate","multiple":false}},"args":[]},"logout":{"id":"logout","description":"Remove authentication token","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys logout"],"flags":{},"args":[]},"sync":{"id":"sync","description":"Sync slicer profiles to printer.systems","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys sync"],"flags":{},"args":[]},"whoami":{"id":"whoami","description":"Determine the currently authenticated user","strict":true,"pluginName":"@printersystems/cli","pluginAlias":"@printersystems/cli","pluginType":"core","aliases":[],"examples":["$ printsys whoami"],"flags":{},"args":[]}}} |
{ | ||
"name": "@printersystems/cli", | ||
"private": false, | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The CLI for printer.systems", | ||
@@ -22,2 +22,3 @@ "author": "Adam Brady <adam@boxxen.org>", | ||
"@oclif/core": "^1.16.4", | ||
"@oclif/plugin-help": "^5.1.15", | ||
"@types/mkdirp": "^1.0.2", | ||
@@ -24,0 +25,0 @@ "@urql/core": "^3.0.3", |
@@ -25,3 +25,3 @@ # oclif-hello-world | ||
$ cli (--version) | ||
@printersystems/cli/0.0.1 darwin-arm64 node-v16.15.0 | ||
@printersystems/cli/0.0.2 darwin-arm64 node-v16.15.0 | ||
$ cli --help [COMMAND] | ||
@@ -61,3 +61,3 @@ USAGE | ||
_See code: [dist/commands/auth/index.ts](https://github.com/printer-systems/cli/blob/v0.0.1/dist/commands/auth/index.ts)_ | ||
_See code: [dist/commands/auth/index.ts](https://github.com/printer-systems/cli/blob/v0.0.2/dist/commands/auth/index.ts)_ | ||
@@ -82,3 +82,3 @@ ## `cli help [COMMAND]` | ||
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.14/src/commands/help.ts)_ | ||
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.15/src/commands/help.ts)_ | ||
@@ -100,3 +100,3 @@ ## `cli logout` | ||
_See code: [dist/commands/logout/index.ts](https://github.com/printer-systems/cli/blob/v0.0.1/dist/commands/logout/index.ts)_ | ||
_See code: [dist/commands/logout/index.ts](https://github.com/printer-systems/cli/blob/v0.0.2/dist/commands/logout/index.ts)_ | ||
@@ -118,3 +118,3 @@ ## `cli sync` | ||
_See code: [dist/commands/sync/index.ts](https://github.com/printer-systems/cli/blob/v0.0.1/dist/commands/sync/index.ts)_ | ||
_See code: [dist/commands/sync/index.ts](https://github.com/printer-systems/cli/blob/v0.0.2/dist/commands/sync/index.ts)_ | ||
@@ -136,3 +136,3 @@ ## `cli whoami` | ||
_See code: [dist/commands/whoami/index.ts](https://github.com/printer-systems/cli/blob/v0.0.1/dist/commands/whoami/index.ts)_ | ||
_See code: [dist/commands/whoami/index.ts](https://github.com/printer-systems/cli/blob/v0.0.2/dist/commands/whoami/index.ts)_ | ||
<!-- commandsstop --> |
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
17188
9
+ Added@oclif/plugin-help@^5.1.15
+ Added@cspotcode/source-map-support@0.8.1(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.9(transitive)
+ Added@oclif/core@2.16.0(transitive)
+ Added@oclif/plugin-help@5.2.20(transitive)
+ Added@tsconfig/node10@1.0.11(transitive)
+ Added@tsconfig/node12@1.0.11(transitive)
+ Added@tsconfig/node14@1.0.3(transitive)
+ Added@tsconfig/node16@1.0.4(transitive)
+ Added@types/cli-progress@3.11.6(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)
+ Addedarg@4.1.3(transitive)
+ Addedastral-regex@2.0.0(transitive)
+ Addedcreate-require@1.1.1(transitive)
+ Addeddiff@4.0.2(transitive)
+ Addedmake-error@1.3.6(transitive)
+ Addedslice-ansi@4.0.0(transitive)
+ Addedts-node@10.9.2(transitive)
+ Addedtypescript@5.7.2(transitive)
+ Addedv8-compile-cache-lib@3.0.1(transitive)
+ Addedwordwrap@1.0.0(transitive)
+ Addedyn@3.1.1(transitive)