ecs deploy docker container
$ go get -u github.com/ieee0824/thor/cmd/thor
$ thor deploy -f config.json --profile credential-name
Usage: thor [--version] [--help] <command> [<args>]
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
===================================================