Services Deploy
Deploys services remotely to the current realm
beam services deploy [options]About
Deploys services remotely to the current realm
Options
| Name | Type | Description |
|---|---|---|
| --from-file | String | If this option is set to a valid path to a ServiceManifest JSON, deploys that instead |
| --comment | String | Associates this comment along with the published Manifest. You'll be able to read it via the Beamable Portal |
| --service-comments | String[] | Any number of strings in the format BeamoId::Comment |
| Associates each comment to the given Beamo Id if it's among the published services. You'll be able to read it via the Beamable Portal | ||
| --docker-registry-url | String | A custom docker registry url to use when uploading. By default, the result from the beamo/registry network call will be used, with minor string manipulation to add https scheme, remove port specificatino, and add /v2 |
| --dryrun | Boolean | Should any networking happen? |
| --cid | String | Cid to use; will default to whatever is in the file system |
| --pid | String | Pid to use; will default to whatever is in the file system |
| --quiet | Boolean | When true, skip input waiting and use defaults |
| --host | String | The host endpoint for beamable |
| --refresh-token | String | Refresh token to use for the requests |
| --log | String | Extra logs gets printed out |
| --dir | String | Directory to use for configuration |
| --raw | Boolean | Output raw JSON to standard out. This happens by default when the command is being piped |
| --pretty | Boolean | Output syntax highlighted box text. This happens by default when the command is not piped |
| --dotnet-path | String | a custom location for dotnet |
| --version | Boolean | Show version information |
| --help | Boolean | Show help and usage information |
Parent Command
Updated 2 months ago
