0.1.28 • Published 4 years ago

awstfy v0.1.28

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

awstfy is command line tool for AWS Terraform project management.

Installation

npm install @recarnot/awstfy

Usage

Usage: awstfy [options] [command]

Options:
  -V, --version      output the version number
  -h, --help         display help for command

Commands:
  new                Create new project or clone from Git repository
  context            Configure project
  provider           Configure provider
  backend            Configure backend
  cicd [options]     Create CI/CD pipeline
  add [options]      Add AWS Feature
  init               Terraform init command
  plan [options]     Terraform plan command
  apply [options]    Terraform apply command
  destroy [options]  Terraform destroy command
  show [options]     Terraform show command
  state              Terraform state command
  help [command]     display help for command

Add AWS Features

Usage: awstfy add [options]

Options:
  -vpc, --vpc          Create new VPC
  -storage, --storage  Create new storage
  -rstate, --rstate    Conect to new Remote backend
  -sns, --sns          Create new SNS topic
  -h, --help           display help for command