@@ -59,7 +59,8 @@ curl -fsSL https://github.com/nutanix-cloud-native/cluster-api-ipam-provider-nut
5959#### Reserving an IP
6060
6161``` shell
62- $ Reserve IP addresses in a subnet
62+ $ caipamx reserve --help
63+ Reserve IP addresses in a subnet
6364
6465Usage:
6566 caipamx reserve [flags]
6869 -h, --help help for reserve
6970
7071Global Flags:
71- --cluster string Cluster to reserve IPs in, either UUID or name
72+ --aos- cluster string Nutanix AOS cluster to reserve IPs in, either UUID or name
7273 --password string Password for Nutanix Prism Central (also configurable via NUTANIX_PASSWORD environment variable)
7374 --prism-endpoint string Address of Nutanix Prism Central
7475 --subnet string Subnet to reserve IPs in, either UUID or name
@@ -98,7 +99,8 @@ caipamx reserve <FLAGS> <IP_FROM>-<IP-TO>
9899#### Unreserve an IP
99100
100101``` shell
101- $ Unreserve IP addresses in a subnet
102+ $ caipamx unreserve --help
103+ Unreserve IP addresses in a subnet
102104
103105Usage:
104106 caipamx unreserve [flags]
@@ -107,7 +109,7 @@ Flags:
107109 -h, --help help for unreserve
108110
109111Global Flags:
110- --cluster string Cluster to reserve IPs in, either UUID or name
112+ --aos- cluster string Nutanix AOS cluster to reserve IPs in, either UUID or name
111113 --password string Password for Nutanix Prism Central (also configurable via NUTANIX_PASSWORD environment variable)
112114 --prism-endpoint string Address of Nutanix Prism Central
113115 --subnet string Subnet to reserve IPs in, either UUID or name
0 commit comments