saker.build Documentation TaskDoc JavaDoc Packages
  1. saker.build
  2. User guide
  3. Execution parameters

Execution parameters

Similarly to the environment configuration, you can define arbitrary string key-value pairs that are the execution user parameters. These parameters may be used in an use-case dependent manner by the build tasks and other operations that run during build execution.

One example for this is that some repositories can configure themselves differently based on the execution user parameters that are specified for the execution. (E.g. The saker.nest repository.)

They can be also retrieved using the std.param.exec() in the build script.

The execution user parameters can be specified using the -U command line option.