New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

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

stager-cli

stagor-cli ==========

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

stagor-cli

oclif Version CircleCI Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g stager-cli
$ stager COMMAND
running command...
$ stager (-v|--version|version)
stager-cli/0.0.2 darwin-x64 node-v12.9.1
$ stager --help [COMMAND]
USAGE
  $ stager COMMAND
...

Commands

stager deploy

Deploy

USAGE
  $ stager deploy

See code: src/commands/deploy.ts

stager hello [FILE]

describe the command here

USAGE
  $ stager hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLES
  $ stagor hello
  $ stagor hello 2

See code: src/commands/hello.ts

stager help [COMMAND]

display help for stager

USAGE
  $ stager help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

stager init-token [FILE]

Init CircleCI Token

USAGE
  $ stager init-token [FILE]

OPTIONS
  -h, --help  show CLI help

EXAMPLES
  $ stagor init-token
  $ stagor hello 2

See code: src/commands/init-token.ts

stager whoami

Check circle ci logged in user

USAGE
  $ stager whoami

OPTIONS
  -h, --help  show CLI help

EXAMPLES
  $ stagor init-token
  $ stagor hello 2

See code: src/commands/whoami.ts

Keywords

oclif

FAQs

Package last updated on 15 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