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.
- Host: GitHub
- URL: https://github.com/ieee0824/thor
- Owner: ieee0824
- License: mpl-2.0
- Created: 2017-03-04T06:59:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T02:37:47.000Z (over 9 years ago)
- Last Synced: 2025-01-29T07:18:10.796Z (over 1 year ago)
- Topics: aws, docker, ecs, go
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thor
ecs deploy docker container
[](https://circleci.com/gh/ieee0824/thor)
[](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
===================================================
```