@nitric/plugin-aws

0.1.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @nitric/plugin-aws

Homepage

nitric.io

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Unpacked Size

190 kB

Total Files

63

Last publish

Collaborators

  • jcusch
  • tjholm
  • medgar-nitric
  • davemooreuws
  • ryancartwright