Version: 4.0.0
serverpod cloud
serverpod cloud forwards everything after it to the Serverpod Cloud CLI (scloud), so you can manage Serverpod Cloud projects without installing scloud separately. For example, serverpod cloud deploy runs scloud deploy.
- Install: If
scloudis missing,serverpod cloudinstalls it withdart install serverpod_cloud_cli. An existingscloudfromdart installordart pub global activateis reused. - Updates: If the Cloud CLI updates itself,
serverpod cloudruns your command again with the new version. If the Cloud CLI needs a required update it can't install on its own,serverpod cloudinstalls the update and then runs your command again. - Terminal: The Cloud CLI shares your terminal, so prompts and browser sign-in work as usual. Its messages show
serverpod cloudas the command name. - Exit code: The command exits with the Cloud CLI's exit code, so scripts can check the result.
For the full set of Cloud commands and options, see the Serverpod Cloud CLI reference.