component

command
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2021 License: MPL-2.0 Imports: 12 Imported by: 0

README

component

Generate HCL version of terraform configuration

$ cd $GOPATH/src/component
$ make linux | darwin | windows | all

Generation the templates

$ cd $GOPATH/src/component/../[YOUR OS ARCHITECTURE]/
$ component [path_to_input_json] [path_to_output_hcl] [component_name]

Install Linux

Here's how it could look for 64 bits Linux, if you wanted component available globally:

cd $GOPATH/src/component/../linux_amd64/ && \
sudo cp component /usr/local/bin && \
sudo chmod 755 /usr/local/bin/component && component -version

Install OSX

Here's how it could look for 64 bits Darwin, if you wanted component available globally:

cd $GOPATH/src/component/../darwin_amd64/ && \
sudo cp component /usr/local/bin && \
sudo chmod 755 /usr/local/bin/component && component -version

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL