Skip to content

Commit

Permalink
Refine docs on functions
Browse files Browse the repository at this point in the history
  • Loading branch information
anastyakulyk committed Nov 16, 2023
1 parent 3bb3147 commit a7de140
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/stack-templates-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ Return absolute path to a working directory where a project runs, and the Terraf

## `reqEnv`

Return an environment variable required for a system to run. Using the `reqEnv` function without specifying the variable will result in failing `cdev apply` with an error message.
Return an environment variable required for a system to run.

**Argument**: `ENVNAME`.

Specifying a non-existent variable in `reqEnv` function will result in failing `cdev apply` with an error message.

## `bcrypt`

Expand Down

0 comments on commit a7de140

Please sign in to comment.