Skip to content

Commit f3f98ec

Browse files
scaleway-botCodelax
authored andcommitted
feat: update generated APIs
1 parent ad2989b commit f3f98ec

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

cmd/scw/testdata/test-all-usage-ipam-ip-create-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
Book a new IP from the specified source. Currently IPs can only be booked from a Private Network.
3+
Reserve a new IP from the specified source. Currently IPs can only be reserved from a Private Network.
44

55
USAGE:
66
scw ipam ip create [arg=value ...]

cmd/scw/testdata/test-all-usage-ipam-ip-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ USAGE:
66
scw ipam ip <command>
77

88
AVAILABLE COMMANDS:
9-
create Book a new IP
9+
create Reserve a new IP
1010
delete Release an IP
1111
get Get an IP
1212
list List existing IPs

docs/commands/ipam.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This API allows you to manage your Scaleway IP addresses with our IP Address Management tool.
44

55
- [IP management command](#ip-management-command)
6-
- [Book a new IP](#book-a-new-ip)
6+
- [Reserve a new IP](#reserve-a-new-ip)
77
- [Release an IP](#release-an-ip)
88
- [Get an IP](#get-an-ip)
99
- [List existing IPs](#list-existing-ips)
@@ -17,9 +17,9 @@ This API allows you to manage your Scaleway IP addresses with our IP Address Man
1717
*ips_long.
1818

1919

20-
### Book a new IP
20+
### Reserve a new IP
2121

22-
Book a new IP from the specified source. Currently IPs can only be booked from a Private Network.
22+
Reserve a new IP from the specified source. Currently IPs can only be reserved from a Private Network.
2323

2424
**Usage:**
2525

internal/namespaces/ipam/v1/ipam_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ func ipamIPSet() *core.Command {
5858

5959
func ipamIPCreate() *core.Command {
6060
return &core.Command{
61-
Short: `Book a new IP`,
62-
Long: `Book a new IP from the specified source. Currently IPs can only be booked from a Private Network.`,
61+
Short: `Reserve a new IP`,
62+
Long: `Reserve a new IP from the specified source. Currently IPs can only be reserved from a Private Network.`,
6363
Namespace: "ipam",
6464
Resource: "ip",
6565
Verb: "create",

0 commit comments

Comments
 (0)