Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@printersystems/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@printersystems/cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

oclif.manifest.json

@@ -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 -->
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc