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

@stackblitz/cli

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stackblitz/cli

StackBlitz CLI

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-33.33%
Maintainers
3
Weekly downloads
 
Created
Source

@stackblitz/cli

StackBlitz CLI

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g @stackblitz/cli
$ sb COMMAND
running command...
$ sb (-v|--version|version)
@stackblitz/cli/0.3.2 darwin-x64 node-v8.15.1
$ sb --help [COMMAND]
USAGE
  $ sb COMMAND
...

Commands

sb clean [TARGET]

Shortcuts to clean up resources

USAGE
  $ sb clean [TARGET]

OPTIONS
  -f, --force

ALIASES
  $ sb c

See code: src/commands/clean.ts

sb config

Show the config in the current workspace and the global config

USAGE
  $ sb config

See code: src/commands/config.ts

sb generate ACTION [GENERATOR]

Run generators defined in the StackBlitz config and from GitHub Gists

USAGE
  $ sb generate ACTION [GENERATOR]

ARGUMENTS
  ACTION     (gist|list|run) the action
  GENERATOR  the generator you want run

OPTIONS
  -f, --force          force creation, overwriting existing files
  -h, --help           show CLI help
  -o, --output=output  location to the output dir

ALIASES
  $ sb g

See code: src/commands/generate.ts

sb help [COMMAND]

display help for sb

USAGE
  $ sb help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

sb image [ACTION] [IMAGE]

Run operations on the images defined in StackBlitz config

USAGE
  $ sb image [ACTION] [IMAGE]

ARGUMENTS
  ACTION  (build|list|pull|push|run) Operation to run
  IMAGE   Image to run operation on

OPTIONS
  -h, --help                 show CLI help
  -w, --workspace=workspace  The project working directory

See code: src/commands/image.ts

sb run WORKSPACE

Run project in a workspace, optionally provisioning it with a template or GitHub project.

USAGE
  $ sb run WORKSPACE

ARGUMENTS
  WORKSPACE  [default: /opt/stackblitz/cli] The project working directory

OPTIONS
  -c, --cmd=cmd            Command to execute
  -h, --help               show CLI help
  -i, --skipInstall        Install dependencies
  -k, --check=check        [default: ./package.json] Location to file to check if project exists or needs provisioning
  -s, --skipStart          Only provision the project but do not start it
  -t, --template=template  The file or url used to provision the workspace
  -w, --cwd=cwd            The current working directory where commands are executed

See code: src/commands/run.ts

sb task ACTION [TASK]

Run tasks defined in the StackBlitz config

USAGE
  $ sb task ACTION [TASK]

ARGUMENTS
  ACTION  (list|run) the action
  TASK    the task you want run

OPTIONS
  -h, --help  show CLI help

See code: src/commands/task.ts

Keywords

FAQs

Package last updated on 28 Mar 2019

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