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

@stedi/cli

Package Overview
Dependencies
Maintainers
2
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stedi/cli

stedi cli

  • 1.15.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
79
decreased by-62.2%
Maintainers
2
Weekly downloads
 
Created
Source

cli

Stedi CLI

oclif Version Downloads/week License

Usage

$ npm install -g @stedi/cli
$ stedi COMMAND
running command...
$ stedi (-v|--version|version)
@stedi/cli/1.15.5 darwin-x64 node-v14.16.0
$ stedi --help [COMMAND]
USAGE
  $ stedi COMMAND
...

Commands

stedi cicd:delete

Delete a resource set and its associated resources.

USAGE
  $ stedi cicd:delete

OPTIONS
  -a, --api-key=api-key  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.

  -n, --name=name        (required) name of the resource set to update/create

  -v, --verbose

See code: src/commands/cicd/delete.ts

stedi cicd:deploy PATH

Deploy a resource set using infrastructure as code.

USAGE
  $ stedi cicd:deploy PATH

ARGUMENTS
  PATH  path to the Stedi Form template file

OPTIONS
  -a, --api-key=api-key  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.

  -n, --name=name        (required) name of the resource set to update/create

  -v, --verbose

See code: src/commands/cicd/deploy.ts

stedi cicd:describe

Print information about a previously deployed resource set.

USAGE
  $ stedi cicd:describe

OPTIONS
  -a, --api-key=api-key  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.

  -n, --name=name        (required) name of the resource set to update/create

  -v, --verbose

See code: src/commands/cicd/describe.ts

stedi cicd:get-package

Downloads the JSON package last used to deploy a resource.

USAGE
  $ stedi cicd:get-package

OPTIONS
  -a, --api-key=api-key  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.

  -n, --name=name        (required) name of the resource set

  -v, --verbose

See code: src/commands/cicd/get-package.ts

stedi cicd:list

List all deployed resource set.

USAGE
  $ stedi cicd:list

OPTIONS
  -a, --api-key=api-key  API Key used for Authentication, defaults to STEDI_API_KEY environment variable or api-key
                         attribute from .stedirc file.

  -v, --verbose

See code: src/commands/cicd/list.ts

stedi cicd:package PATH

Package an infrastructure as code model as a single JSON file that can be distributed and uploaded.

USAGE
  $ stedi cicd:package PATH

ARGUMENTS
  PATH  path to the Stedi Form template input

See code: src/commands/cicd/package.ts

stedi help [COMMAND]

display help for stedi

USAGE
  $ stedi help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

FAQs

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