Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.26 KB

just.md

File metadata and controls

34 lines (23 loc) · 1.26 KB

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.