Init
Initialize a new Beamable project in the current directory
beam init [options]
About
Initialize a new Beamable project in the current directory
Options
Name | Type | Description |
---|---|---|
--username | String | Specify user name |
--password | String | User password |
--host | String | The host endpoint for beamable |
--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 |
--refresh-token | String | Refresh token to use for the requests |
--save-to-environment | Boolean | Save login refresh token to environment variable |
--save-to-file | Boolean | Save login refresh token to file |
--customer-scoped | Boolean | Make request customer scoped instead of product only |
--print-to-console | Boolean | Prints out login request response to console |
--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