View Source Doex.Cli.Droplets.Tag (doex v0.14.1)

THIS IS CURRENTLY UNDER CONSTRUCTION, AWAITING FEEDBACK FROM DigitalOcean on a possible bug in the resource tag API.

Tag (or delete a tag on) a droplet.

 doex droplets.tag <droplet_name_or_id> <tag_name>

To delete the tag, add the --delete flag

For example

doex droplets.tag my_app production

Or to remove a tag,

doex droplets.tag my_app stage --delete

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)