Skip to content

Commit bea6ed4

Browse files
docs: improve visibility for CPU & GPU instances (scaleway#4631)
Co-authored-by: Rémy Léone <[email protected]>
1 parent b2ef7b1 commit bea6ed4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

cmd/scw/testdata/test-all-usage-instance-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-
This API allows you to manage your Instances.
3+
This API allows you to manage your CPU and GPU Instances.
44

55
USAGE:
66
scw instance <command>

cmd/scw/testdata/test-main-usage-usage.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BAREMETAL COMMANDS:
1212
fip This API allows you to manage your Elastic Metal servers' flexible public IP addresses
1313

1414
COMPUTE COMMANDS:
15-
instance This API allows you to manage your Instances
15+
instance This API allows you to manage your CPU and GPU Instances
1616
marketplace This API allows you to find available images for use when launching a Scaleway Instance
1717

1818
CONFIGURATION COMMANDS:

docs/commands/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
22
# Documentation for `scw instance`
3-
This API allows you to manage your Instances.
3+
This API allows you to manage your CPU and GPU Instances.
44

55
- [Image management commands](#image-management-commands)
66
- [Create an Instance image](#create-an-instance-image)

internal/namespaces/instance/v1/instance_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ func GetGeneratedCommands() *core.Commands {
9696
}
9797
func instanceRoot() *core.Command {
9898
return &core.Command{
99-
Short: `This API allows you to manage your Instances`,
100-
Long: `This API allows you to manage your Instances.`,
99+
Short: `This API allows you to manage your CPU and GPU Instances`,
100+
Long: `This API allows you to manage your CPU and GPU Instances.`,
101101
Namespace: "instance",
102102
}
103103
}

0 commit comments

Comments
 (0)