
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
@printersystems/cli
Advanced tools
oclif example Hello World CLI
$ 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
...
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
FAQs
The CLI for printer.systems
The npm package @printersystems/cli receives a total of 1 weekly downloads. As such, @printersystems/cli popularity was classified as not popular.
We found that @printersystems/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.