View Source mix doex.droplets.tag (doex v0.14.1)
Tag a droplet:
doex droplets.tag <droplet_name_or_id> <tag_name>For example:
doex droplets.tag my_app productionIf 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
Link to this section Functions
Callback implementation for Mix.Task.run/1.