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 productionOr to remove a tag,
doex droplets.tag my_app stage --deleteIf 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