Skip to content

Commit 59d18b4

Browse files
committed
update docs and goldens
1 parent d87eee8 commit 59d18b4

File tree

5 files changed

+6
-22
lines changed

5 files changed

+6
-22
lines changed

cmd/scw/testdata/test-all-usage-instance-snapshot-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ have one Instance with a volume containing the OS and another one
99
containing the application data, and you want to use different
1010
snapshot strategies on both volumes.
1111

12-
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
12+
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
1313
Volumes can be created from snapshots of their own type.
1414

1515
USAGE:

cmd/scw/testdata/test-all-usage-vpc-usage.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ USAGE:
77

88
AVAILABLE COMMANDS:
99
private-network Private network management command
10-
route Route management command
1110
routes Routes management command
1211
subnet Subnet management command
1312
vpc VPC management command

cmd/scw/testdata/test-all-usage-vpc-vpc-usage.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
3-
A Virtual Private Cloud (VPC) allows you to group your regional
4-
Private Networks together. Note that a Private Network can be a
3+
A Virtual Private Cloud (VPC) allows you to group your regional
4+
Private Networks together. Note that a Private Network can be a
55
part of only one VPC.
66

77
USAGE:

docs/commands/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,7 @@ have one Instance with a volume containing the OS and another one
24042404
containing the application data, and you want to use different
24052405
snapshot strategies on both volumes.
24062406

2407-
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
2407+
A snapshot's volume type is its original volume's type (`l_ssd` or `b_ssd`).
24082408
Volumes can be created from snapshots of their own type.
24092409

24102410

docs/commands/vpc.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This API allows you to manage your Virtual Private Clouds (VPCs) and Private Net
1010
- [List Private Networks](#list-private-networks)
1111
- [Migrate Private Networks from zoned to regional](#migrate-private-networks-from-zoned-to-regional)
1212
- [Update Private Network](#update-private-network)
13-
- [Route management command](#route-management-command)
1413
- [Routes management command](#routes-management-command)
1514
- [Return routes with associated next hop data](#return-routes-with-associated-next-hop-data)
1615
- [Subnet management command](#subnet-management-command)
@@ -185,20 +184,6 @@ scw vpc private-network update <private-network-id ...> [arg=value ...]
185184

186185

187186

188-
## Route management command
189-
190-
Custom routes.
191-
192-
Custom routes.
193-
194-
**Usage:**
195-
196-
```
197-
scw vpc route
198-
```
199-
200-
201-
202187
## Routes management command
203188

204189
Routes management command.
@@ -247,8 +232,8 @@ scw vpc subnet
247232

248233
## VPC management command
249234

250-
A Virtual Private Cloud (VPC) allows you to group your regional
251-
Private Networks together. Note that a Private Network can be a
235+
A Virtual Private Cloud (VPC) allows you to group your regional
236+
Private Networks together. Note that a Private Network can be a
252237
part of only one VPC.
253238

254239

0 commit comments

Comments
 (0)