Socket
Socket
Sign inDemoInstall

stepzen

Package Overview
Dependencies
Maintainers
3
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stepzen

The StepZen CLI


Version published
Weekly downloads
9.1K
decreased by-1.76%
Maintainers
3
Weekly downloads
 
Created
Source

StepZen CLI

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.

Installing

npm install -g stepzen

Verifying your installation

To verify your CLI installation, use the stepzen --version command:

$ stepzen (-v|--version|version)


  • StepZen CLI
  • Installing
  • Verifying your installation
  • Usage
  • Commands

Usage

$ npm install -g stepzen
$ stepzen COMMAND
running command...
$ stepzen (-v|--version|version)
stepzen/0.9.14-alpha.6 darwin-x64 node-v14.1.0
$ stepzen --help [COMMAND]
USAGE
  $ stepzen COMMAND
...

Commands

stepzen autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ stepzen autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ stepzen autocomplete
  $ stepzen autocomplete bash
  $ stepzen autocomplete zsh
  $ stepzen autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

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 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 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

Keywords

FAQs

Package last updated on 25 Jan 2021

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