doex v0.4.11 mix doex.droplets.tag View Source
Tag a droplet.
doex droplets.tag <droplet_name_or_id> <tag_name>
For example
doex droplets.tag my_app production
If you have a specific config file, mix help doex.config
then add it as an environment variable
DOEX_CONFIG=/tmp/my.doex doex droplets.tag my_app production
Link to this section Summary
Functions
A task needs to implement run
which receives
a list of command line args
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.