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 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

Link to this section Functions

Link to this macro

invoke(piped_in_argument, expr)

View Source (macro)

Callback implementation for Mix.Task.run/1.