Skip to content

Commit

Permalink
update docs and goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
yfodil committed Jul 11, 2024
1 parent 5a29e93 commit abd0ff3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ have one Instance with a volume containing the OS and another one
containing the application data, and you want to use different
snapshot strategies on both volumes.

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

USAGE:
Expand Down
1 change: 0 additions & 1 deletion cmd/scw/testdata/test-all-usage-vpc-usage.golden
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ USAGE:

AVAILABLE COMMANDS:
private-network Private network management command
route Route management command
routes Routes management command
subnet Subnet management command
vpc VPC management command
Expand Down
4 changes: 2 additions & 2 deletions cmd/scw/testdata/test-all-usage-vpc-vpc-usage.golden
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
A Virtual Private Cloud (VPC) allows you to group your regional
Private Networks together. Note that a Private Network can be a
A Virtual Private Cloud (VPC) allows you to group your regional
Private Networks together. Note that a Private Network can be a
part of only one VPC.

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,7 @@ have one Instance with a volume containing the OS and another one
containing the application data, and you want to use different
snapshot strategies on both volumes.

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


Expand Down
19 changes: 2 additions & 17 deletions docs/commands/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This API allows you to manage your Virtual Private Clouds (VPCs) and Private Net
- [List Private Networks](#list-private-networks)
- [Migrate Private Networks from zoned to regional](#migrate-private-networks-from-zoned-to-regional)
- [Update Private Network](#update-private-network)
- [Route management command](#route-management-command)
- [Routes management command](#routes-management-command)
- [Return routes with associated next hop data](#return-routes-with-associated-next-hop-data)
- [Subnet management command](#subnet-management-command)
Expand Down Expand Up @@ -185,20 +184,6 @@ scw vpc private-network update <private-network-id ...> [arg=value ...]



## Route management command

Custom routes.

Custom routes.

**Usage:**

```
scw vpc route
```



## Routes management command

Routes management command.
Expand Down Expand Up @@ -247,8 +232,8 @@ scw vpc subnet

## VPC management command

A Virtual Private Cloud (VPC) allows you to group your regional
Private Networks together. Note that a Private Network can be a
A Virtual Private Cloud (VPC) allows you to group your regional
Private Networks together. Note that a Private Network can be a
part of only one VPC.


Expand Down

0 comments on commit abd0ff3

Please sign in to comment.