Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
@stedi/cli
Advanced tools
Stedi CLI
$ 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
...
stedi cicd:delete
stedi cicd:deploy PATH
stedi cicd:describe
stedi cicd:get-package
stedi cicd:list
stedi cicd:package PATH
stedi help [COMMAND]
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
stedi cli
The npm package @stedi/cli receives a total of 59 weekly downloads. As such, @stedi/cli popularity was classified as not popular.
We found that @stedi/cli 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
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.