ublue-forge/docs/just.md

1.3 KiB

Usage with just command runner

If you don't want to use the GUI we provide the following recipes via just command runner.

Just recipe Input argument Description
forge_project-clone forge_config_var_file Clone git project repository
forge_project-build forge_config_var_file Build container image and upload to registry

The input argument expects a configuration file from the data store.

To launch a recipe you simple run:

just -f forge.just {{ recipe_name }} {{ forge_config_var_file }}

Example:

The path to the configuration data directory is pre set. So you just have to specify the configuration yaml.

just -f forge.just forge_project-build bluefin.yml

In case you don't have just command runner available. Have a look at the forge.just file. It easy enough to understand which commands are executed via the just recipes.