Skip to content

Commit 153a9e0

Browse files
committed
Add 'provision' as alias for gpu-create command
1 parent 645ef5c commit 153a9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/gpucreate/gpucreate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func NewCmdGPUCreate(t *terminal.Terminal, gpuCreateStore GPUCreateStore) *cobra
7777
cmd := &cobra.Command{
7878
Annotations: map[string]string{"workspace": ""},
7979
Use: "gpu-create",
80-
Aliases: []string{"gpu-retry", "gcreate"},
80+
Aliases: []string{"gpu-retry", "gcreate", "provision"},
8181
DisableFlagsInUseLine: true,
8282
Short: "Create GPU instances with automatic retry",
8383
Long: long,

0 commit comments

Comments
 (0)