Skip to content

Commit

Permalink
fix(cli): user proper plan name as choice (#3611)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska authored Dec 3, 2024
1 parent 453d1c2 commit 1dd782e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const command: CommandModule<
describe: 'Plan to set the status for',
type: 'string',
default: 'business',
choices: ['business', 'starter', 'pro']
choices: ['business', 'starter', 'plus']
},
status: {
describe: 'Status to set for the workspace plan',
Expand Down

0 comments on commit 1dd782e

Please sign in to comment.