Services Reset
Resets services to default settings and cleans up docker images (if any exist)
beam services reset <target> [options]
About
Resets services to default settings and cleans up docker images (if any exist)
Arguments
Name | Type | Description |
---|---|---|
target | String | Either image |
'container' will stop all your locally running containers for the selected Beamo Services.
'protocols' will reset all the protocol data for the selected Beamo Services back to default parameters|
Options
Name | Type | Description |
---|---|---|
--ids | String[] | The ids for the services you wish to reset |
--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 |
--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 |
--version | Boolean | Show version information |
--help | Boolean | Show help and usage information |
Parent Command
Updated about 16 hours ago