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

NameTypeDescription
outputStringWhere the file will be created
beam-pathStringBeam path to be used. Use BEAM_SOLUTION_DIR to template in $(SolutionDir)
solution-dirStringThe 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

NameTypeDescription
--build-dirStringA 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
--dryrunBooleanShould any networking happen?
--cidStringCid to use; will default to whatever is in the file system
--pidStringPid to use; will default to whatever is in the file system
--quietBooleanWhen true, skip input waiting and use defaults
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--rawBooleanOutput raw JSON to standard out. This happens by default when the command is being piped
--prettyBooleanOutput syntax highlighted box text. This happens by default when the command is not piped
--dotnet-pathStringa custom location for dotnet
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

project