doex v0.4.8 Doex.Cli.Droplets.Tag View Source
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