File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
internal/namespaces/instance/v1 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
55USAGE:
66 scw instance <command>
Original file line number Diff line number Diff 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
1414COMPUTE 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
1818CONFIGURATION COMMANDS:
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ func GetGeneratedCommands() *core.Commands {
9696}
9797func 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}
You can’t perform that action at this time.
0 commit comments