mirror of
https://codeberg.org/lauralani/ipam.git
synced 2024-11-24 04:30:02 +01:00
28 lines
787 B
Markdown
28 lines
787 B
Markdown
# 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.
|
||
```
|