Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
The StepZen Command Line Interface (CLI) tool enables you to set up and manage StepZen using commands in your command-line shell.
After you have written your GraphQL schema in the form of a Schema Definition Language (SDL) file, and defined your "configuration" in a YAML files, you can upload and deploy them to StepZen using the StepZen CLI - resulting in a live GraphQL endpoint.
npm install -g stepzen
To verify your CLI installation, use the stepzen --version
command:
$ stepzen (-v|--version|version)
$ npm install -g stepzen
$ stepzen COMMAND
running command...
$ stepzen (-v|--version|version)
stepzen/0.9.25 darwin-x64 node-v14.1.0
$ stepzen --help [COMMAND]
USAGE
$ stepzen COMMAND
...
stepzen deploy DESTINATION
stepzen help [COMMAND]
stepzen import SCHEMAS
stepzen list TYPE
stepzen login
stepzen logout
stepzen start
stepzen upload TYPE DESTINATION
stepzen deploy DESTINATION
deploy to stepzen
USAGE
$ stepzen deploy DESTINATION
ARGUMENTS
DESTINATION destination
OPTIONS
-h, --help show CLI help
--configurationsets=configurationsets Configurationsets to use
--dataset=dataset Dataset to use
--schema=schema (required) Schema to use
--silent
See code: src/commands/deploy.ts
stepzen help [COMMAND]
display help for stepzen
USAGE
$ stepzen help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
stepzen import SCHEMAS
import schemas from stepzen
USAGE
$ stepzen import SCHEMAS
OPTIONS
-h, --help show CLI help
--dir=dir working directory
--local-dir=local-dir import from a local directory of schemas
--repository=repository import from a remote repository
--subdir=subdir allows a subdirectory to be used, if importing from a remote repository
See code: src/commands/import.ts
stepzen list TYPE
list your items
USAGE
$ stepzen list TYPE
ARGUMENTS
TYPE (configurationsets|datasets|schemas) type
OPTIONS
-h, --help show CLI help
See code: src/commands/list.ts
stepzen login
log in to stepzen
USAGE
$ stepzen login
OPTIONS
-h, --help show CLI help
See code: src/commands/login.ts
stepzen logout
log out of stepzen
USAGE
$ stepzen logout
OPTIONS
-h, --help show CLI help
See code: src/commands/logout.ts
stepzen start
start stepzen dashboard
USAGE
$ stepzen start
OPTIONS
-h, --help show CLI help
--dir=dir working directory
--endpoint=endpoint Override workspace endpoint
--port=port [default: 5000]
See code: src/commands/start.ts
stepzen upload TYPE DESTINATION
upload to stepzen
USAGE
$ stepzen upload TYPE DESTINATION
ARGUMENTS
TYPE (configurationset|dataset|schema) type
DESTINATION destination
OPTIONS
-h, --help show CLI help
--dir=dir A directory to upload
--file=file A file to upload
--silent
See code: src/commands/upload.ts
FAQs
The StepZen CLI
The npm package stepzen receives a total of 6,251 weekly downloads. As such, stepzen popularity was classified as popular.
We found that stepzen demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.