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

@nitric/plugin-do

Package Overview
Dependencies
Maintainers
5
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@nitric/plugin-do

Digital Ocean CLI plugin for Nitric

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
5
Created
Source

@nitric/plugin-do

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

oclif Version Downloads/week License

Usage

$ 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
...

Commands

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

Keywords

oclif-plugin

FAQs

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