doex v0.8.1 mix doex.ls View Source
List your resources.
doex ls <--resource_type>
Currently, the only supported resource type is a --droplets
, but more are coming.
For example
doex ls my_app --droplets
Droplets are also the default, so the --droplets
can be omitted.
doex ls 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 ls
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
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.