0.5.1 • Published 4 years ago

@recarnot/firstnode-cli v0.5.1

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-cli

Usage

Usage: awstfy <command> <flag>

  version                Shows current version.
  help                   Shows CLI help.
  context                Configures project context : name, region and Terraform version to use.
  provider               Configures default Terraform provider for this project.
  backend                Configures Terraform backend for this projet.
  pipeline               Creates default CI pipeline for GitHub or GitLab platform.
                        
  add        -vpc        Creates new VPC resource.
  add        -storage    Creates new Storage resource.
  add        -sns        Creates new SNS Topic resource.
  add        -dns_zone   Creates new Route 53 Zone.
  add        -rstate     Creates new Remote State data.
                        
  init                   Terraform init command.
  plan                   Terraform plan command.
  apply                  Terraform apply command.
  destroy                Terraform destroy command.
  show                   Terraform show command.
  state                  Terraform state command.
0.5.1

4 years ago

0.5.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.35

4 years ago

0.1.33

4 years ago

0.1.31

4 years ago

0.1.30

4 years ago

0.1.29

4 years ago

0.1.28

4 years ago