Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-all-usage-instance-usage.golden
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
This API allows you to manage your Instances.
This API allows you to manage your CPU and GPU Instances.

USAGE:
scw instance <command>
Expand Down
2 changes: 1 addition & 1 deletion cmd/scw/testdata/test-main-usage-usage.golden
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BAREMETAL COMMANDS:
fip This API allows you to manage your Elastic Metal servers' flexible public IP addresses

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

CONFIGURATION COMMANDS:
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/instance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- DO NOT EDIT: this file is automatically generated using scw-doc-gen -->
# Documentation for `scw instance`
This API allows you to manage your Instances.
This API allows you to manage your CPU and GPU Instances.

- [Image management commands](#image-management-commands)
- [Create an Instance image](#create-an-instance-image)
Expand Down
4 changes: 2 additions & 2 deletions internal/namespaces/instance/v1/instance_cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ func GetGeneratedCommands() *core.Commands {
}
func instanceRoot() *core.Command {
return &core.Command{
Short: `This API allows you to manage your Instances`,
Long: `This API allows you to manage your Instances.`,
Short: `This API allows you to manage your CPU and GPU Instances`,
Long: `This API allows you to manage your CPU and GPU Instances.`,
Namespace: "instance",
}
}
Expand Down
Loading