Put
Base PUT request command
beam put <uri> [options]
About
Base PUT request command
Arguments
Name | Type | Description |
---|---|---|
uri | String |
Options
Name | Type | Description |
---|---|---|
--header | IEnumerable`1 | Custom header |
--body | String | Relative path to request body |
--customer-scoped | Boolean | Make request customer scoped instead of product only |
--plain-output | Boolean | Make command returns plain text without custom colors and formatting |
--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 |
Updated about 16 hours ago