2023-03-12 16:58:30 +01:00
|
|
|
|
# ipam
|
2023-03-10 17:52:20 +01:00
|
|
|
|
|
|
|
|
|
This project is in development. There is no working version yet!
|
2023-03-15 16:43:20 +01:00
|
|
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
```
|