ipam/README.md

28 lines
787 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.
```