
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@nitric/plugin-do
Advanced tools
Digital Ocean plugin for Nitric
The Digital Ocean plugin is currently a work in progress and only implements a subset of the features available in Nitric Available Features are:
- Service Deployments
- Entrypoint mapping
$ npm install -g @nitric/plugin-do
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@nitric/plugin-do/0.1.0 linux-x64 node-v14.18.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
oclif-example deploy:do [DIR]Deploy a Nitric application to Digital Ocean
USAGE
$ oclif-example deploy:do [DIR]
OPTIONS
-c, --containerRegistry=containerRegistry Digital Ocean Container Registry to
deploy containers to
-f, --file=file [default: nitric.yaml] Nitric
descriptor file location
-h, --help show CLI help
-r, --region=(nyc1|sfo1|nyc2|ams2|sgp1|lon1|nyc3|ams3|fra1|tor1|sfo2|blr1|sfo3) Digital Ocean Region to deploy to
--ci
EXAMPLE
$ nitric deploy:do . -r nyc1
See code: src/commands/deploy/do.ts
oclif-example down:do [DIR]Delete a Stack on Digital Ocean deployed by $ nitric deploy:do
USAGE
$ oclif-example down:do [DIR]
OPTIONS
-f, --file=file
-h, --help show CLI help
--ci
EXAMPLE
$ nitric down:do
See code: src/commands/down/do.ts
FAQs
Digital Ocean CLI plugin for Nitric
We found that @nitric/plugin-do demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.