Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cloud_docs/reference/cli/_generated/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Usage: scloud auth login [arguments]
(defaults to "5m")
--[no-]persistent Store the authentication credentials.
(defaults to on)
--[no-]browser Allow CLI to open browser for logging in.
(defaults to on)

Run "scloud help" to see global options.

Expand Down
25 changes: 13 additions & 12 deletions cloud_docs/reference/cli/_generated/launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ Otherwise it will guide you through setting up a new Serverpod Cloud project.


Usage: scloud launch [arguments]
-h, --help Print this usage information.
-p, --project The ID of the project.
--plan=<starter|growth> Selects the plan to use.
--dart-version Overrides the Dart SDK version to use for building the project.
-h, --help Print this usage information.
-p, --project The ID of the project.
--[no-]pre-deploy-scripts Set up pre-deploy scripts.
(defaults to on)
--dart-version Overrides the Dart SDK version to use for building the project.

Deployment options
-c, --concurrency=<integer> Number of concurrent files processed when zipping the project.
(defaults to "5")
--dry-run Do not actually deploy, just print the deployment steps.
--show-files Display the file tree that will be uploaded.
-o, --output Save the deployment zip file to the specified path. Must end with
.zip
--[no-]await Await the deployment to finish while showing status progression.
(defaults to on)
-c, --concurrency=<integer> Number of concurrent files processed when zipping the project.
(defaults to "5")
--dry-run Do not actually deploy, just print the deployment steps.
--show-files Display the file tree that will be uploaded.
-o, --output Save the deployment zip file to the specified path. Must end with
.zip
--[no-]await Await the deployment to finish while showing status progression.
(defaults to on)

Run "scloud help" to see global options.

Expand Down
Loading