An open API service indexing awesome lists of open source software.

https://github.com/ieee0824/thor

thor is not ruby library. thor is docker deploy tool for ecs.
https://github.com/ieee0824/thor

aws docker ecs go

Last synced: 3 months ago
JSON representation

thor is not ruby library. thor is docker deploy tool for ecs.

Awesome Lists containing this project

README

          

# thor
ecs deploy docker container

[![CircleCI](https://circleci.com/gh/ieee0824/thor.svg?style=shield)](https://circleci.com/gh/ieee0824/thor)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

## install
```
$ go get -u github.com/ieee0824/thor/cmd/thor
```

## Deploy
```
$ thor deploy -f config.json --profile credential-name
```

## Option
```
Usage: thor [--version] [--help] []

Available commands are:
deploy usage: thor deploy [options ...]
options:
-f thor_setting.json

--profile=${aws profile name}
--profile option is arbitrary parameter.
--vault-password-file=${vault pass file}
--ask-vault-pass=${vault pass string}
===================================================

mkelb usage: thor mkelb [options ...]
options:
-f thor_setting.json

--profile=${aws profile name}
--profile option is arbitrary parameter.
===================================================

vault usage: thor vault [options ...]
options:
-f vault target json

-p vault password
===================================================
```