ipam/README.md

787 B
Raw Blame History

ipam

This project is in development. There is no working version yet!

CLI

 ipam
A cli based ipam.
You can manage subnets, single ip addresses within those, and the corresponding A records.
PowerDNS and IPV6-Support will follow

Usage:
  ipam [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  export      Export current ipam configuration (not implemented)
  help        Help about any command
  import      Import ipam configuration (not implemented)
  ip          manage ip addresses
  subnet      Manage ip subnets

Flags:
  -d, --debug   Enable debug mode. (may print sensitive Information, so please watch out!)
  -h, --help    help for ipam

Use "ipam [command] --help" for more information about a command.