Project Generate-properties
Generates a Directory.Build.props file with the beam path and solution dir
beam project generate-properties <output> <beam-path> <solution-dir> [options]About
Generates a Directory.Build.props file with the beam path and solution dir
Arguments
| Name | Type | Description |
|---|---|---|
| output | String | Where the file will be created |
| beam-path | String | Beam path to be used. Use BEAM_SOLUTION_DIR to template in $(SolutionDir) |
| solution-dir | String | The solution path to be used. |
The following values have special meaning and are not treated as paths...
- "DIR.PROPS" = $([System.IO.Path]::GetDirectoryName(
$(DirectoryBuildPropsPath))) |
Options
| Name | Type | Description |
|---|---|---|
| --build-dir | String | A path relative to the given solution directory, that will be used to store the projects /bin and /obj directories. Note: the given path will have the project's assembly name and the bin or obj folder appended |
| --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
