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

The CLI for printer.systems

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @printersystems/cli
$ cli COMMAND
running command...
$ cli (--version)
@printersystems/cli/0.0.2 darwin-arm64 node-v16.15.0
$ cli --help [COMMAND]
USAGE
  $ cli COMMAND
...

Commands

cli auth

Determine the currently authenticated user

USAGE
  $ cli auth [--api-key <value>]

FLAGS
  --api-key=<value>  API Key you wish to use to authenticate

DESCRIPTION
  Determine the currently authenticated user

EXAMPLES
  $ printsys auth

See code: dist/commands/auth/index.ts

cli help [COMMAND]

Display help for cli.

USAGE
  $ cli help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for cli.

See code: @oclif/plugin-help

cli logout

Remove authentication token

USAGE
  $ cli logout

DESCRIPTION
  Remove authentication token

EXAMPLES
  $ printsys logout

See code: dist/commands/logout/index.ts

cli sync

Sync slicer profiles to printer.systems

USAGE
  $ cli sync

DESCRIPTION
  Sync slicer profiles to printer.systems

EXAMPLES
  $ printsys sync

See code: dist/commands/sync/index.ts

cli whoami

Determine the currently authenticated user

USAGE
  $ cli whoami

DESCRIPTION
  Determine the currently authenticated user

EXAMPLES
  $ printsys whoami

See code: dist/commands/whoami/index.ts

Keywords

FAQs

Package last updated on 14 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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