doex v0.8.0 mix doex.floating_ip.id View Source

Locate a floating ip ID. This can be done by name

 doex floating_ip.id <droplet_name>

Or, by tag

doex floating_ip.id <tag> --tag

If by tag, it will grab the latest

For example

doex floating_ip.id my_app

If you have a specific config file, mix help doex.config then add it as an environment variable

DOEX_CONFIG=/tmp/my.doex doex floating_ip.id my_app

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

Link to this macro invoke(piped_in_argument, expr) View Source (macro)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.