Skip to content

Commit

Permalink
Add note about environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Dec 18, 2023
1 parent b1b8c4c commit 7a52392
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/site/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,15 @@ jalapeno execute oci://ghcr.io/futurice/jalapeno/examples/variable-types:v0.0.0

:::tip

You can also set the values with `--set` flag when executing the recipe. For example:
You can also set the values with `--set` flag or with environment variables when executing the recipe. For example:

```bash
jalapeno execute my-recipe --set MY_VAR=foo

# OR

export JALAPENO_VAR_MY_VAR=foo
jalapeno execute my-recipe
```

:::
Expand Down

0 comments on commit 7a52392

Please sign in to comment.