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

@nitric/plugin-aws

Package Overview
Dependencies
Maintainers
5
Versions
100
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-aws

An AWS plugin for Nitric

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

@nitric/plugin-aws

An AWS plugin for Nitric

oclif Version Downloads/week License

Usage

$ npm install -g @nitric/plugin-aws
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@nitric/plugin-aws/0.1.0 linux-x64 node-v14.18.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example deploy:aws [DIR]

deploy a stack to Amazon Web Services (AWS)

USAGE
  $ oclif-example deploy:aws [DIR]

OPTIONS
  -a, --account=account
      AWS Account ID to deploy to (default: locally configured account)

  -f, --file=file
      [default: nitric.yaml] Nitric descriptor file location

  -h, --help
      show CLI help

  -r, 
  --region=(us-east-1|us-west-1|us-west-2|eu-west-1|eu-central-1|ap-southeast-1|ap-northeast-1|ap-southeast-2|ap-northea
  st-2|sa-east-1|cn-north-1|ap-south-1)
      AWS Region to deploy to

  --ci

EXAMPLE
  $ nitric deploy:aws

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

oclif-example doctor:aws

check environment for configuration for deployment to AWS

USAGE
  $ oclif-example doctor:aws

OPTIONS
  -h, --help  show CLI help
  --ci

EXAMPLE
  $ nitric doctor:aws

See code: src/commands/doctor/aws.ts

oclif-example down:aws [DIR]

Delete a stack from AWS that was deployed using $ nitric deploy:aws

USAGE
  $ oclif-example down:aws [DIR]

ARGUMENTS
  DIR  project stack directory

OPTIONS
  -d, --destroy    destroy all resources, including buckets, secrets, and collections
  -f, --file=file  file containing the stack definition of the stack to be torn down
  -h, --help       show CLI help
  --ci

EXAMPLE
  $ nitric down:aws

See code: src/commands/down/aws.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