Code Monkey home page Code Monkey logo

kang's Introduction

Kang

Explore the multiverse of Terraform with your terminal.

Install

git clone https://github.com/brownhash/kang
cd kang
make build
sudo mv bin/kang /usr/local/bin/kang

Or, if your system belongs to one of these architectures -

os architecture
darwin amd64
darwin arm64
linux amd64
linux arm
linux arm64

then,

git clone https://github.com/brownhash/kang
cd kang
sudo mv bin/kang_os_arch /usr/local/bin/kang_os_arch

Or,

Download from the Release Page!

and, if you want to run a specific version of Kang, then checkout to the respective tag and then use the above provided steps.

Usage

Fetch

Pre fetch a terraform version

kang fetch <terraform version>

Here,

  1. <terraform version> can be like 1.0.0 / 0.14.7 / 0.15.5 etc ...

Example,

kang fetch 1.0.0

Run

Pre fetch a terraform version

kang run <terraform version> <terraform command> <terraform arguments>

Here,

  1. <terraform version> can be like 1.0.0 / 0.14.7 / 0.15.5 etc ...

  2. <terraform command> can be like init / plan / apply / other terraform accepted commands

  3. <terraform arguments> can be like -var-file=terraform.tfvars / -out=plan.out / --auto-approve / other terraform accepted arguments

Example,

kang run 1.0.0 version

kang's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.