doex v0.4.11 Doex.Cli.Config View Source

Reads, updates or deletes Doex configuration keys.

doex config KEY [VALUE]

Look at available settings and definitions in the Digital Ocean API V2 Documentation

Config keys

  • token - Digitial Ocean Token ()
  • ssh_keys - The SSH Key “IDs” stored in Digital Ocean to grant to new droplets

Command line options

  • --delete - Remove a specific config key

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.