Skip to content

Commit 880c07b

Browse files
author
serverpod_cloud
committed
fix: db14d2a445c9d00cac716539bde16ea748b0c18d
1 parent c0084e6 commit 880c07b

4 files changed

Lines changed: 173 additions & 181 deletions

File tree

serverpod_cloud_cli/lib/command_runner/completion/completion_script_carapace.dart

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,14 @@ commands:
9090
- name: create
9191
flags:
9292
-p, --project=!: "The ID of the project. Can be passed as the first argument."
93+
--plan=: "Selects the plan to use."
9394
--enable-db: "Flag to enable the database for the project."
9495
--no-enable-db: "Flag to enable the database for the project."
9596
exclusiveFlags:
9697
- [enable-db, no-enable-db]
98+
completion:
99+
flag:
100+
plan: ["starter", "growth"]
97101
98102
- name: delete
99103
flags:
@@ -307,6 +311,7 @@ commands:
307311
flags:
308312
--project=: "The ID of an existing project to use."
309313
--new-project=: "The ID of a new project to create."
314+
--plan=: "Selects the plan to use."
310315
--enable-db: "Flag to enable the database for the project."
311316
--no-enable-db: "Flag to enable the database for the project."
312317
--deploy: "Flag to immediately deploy the project."
@@ -315,6 +320,9 @@ commands:
315320
exclusiveFlags:
316321
- [enable-db, no-enable-db]
317322
- [deploy, no-deploy]
323+
completion:
324+
flag:
325+
plan: ["starter", "growth"]
318326
319327
- name: settings
320328
flags:

0 commit comments

Comments
 (0)