View Source Doex.Cli.Ls (doex v0.14.1)
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 --dropletsDroplets are also the default, so the --droplets can be omitted.
doex ls my_appIf you have a specific config file, mix help doex.config then add it as an environment variable
DOEX_CONFIG=/tmp/my.doex doex ls