We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645ef5c commit 153a9e0Copy full SHA for 153a9e0
1 file changed
pkg/cmd/gpucreate/gpucreate.go
@@ -77,7 +77,7 @@ func NewCmdGPUCreate(t *terminal.Terminal, gpuCreateStore GPUCreateStore) *cobra
77
cmd := &cobra.Command{
78
Annotations: map[string]string{"workspace": ""},
79
Use: "gpu-create",
80
- Aliases: []string{"gpu-retry", "gcreate"},
+ Aliases: []string{"gpu-retry", "gcreate", "provision"},
81
DisableFlagsInUseLine: true,
82
Short: "Create GPU instances with automatic retry",
83
Long: long,
0 commit comments