diff --git a/CONSTRUCT.md b/CONSTRUCT.md index 1c978d43..ed5e3ad6 100644 --- a/CONSTRUCT.md +++ b/CONSTRUCT.md @@ -860,6 +860,8 @@ Allowed keys are: - `info.json`: The internal `info` object, serialized to JSON. Takes no options. - `pkgs_list`: The list of packages contained in a given environment. Options: - `env` (optional, default=`base`): Name of an environment in `extra_envs` to export. +- `lockfile`: An `@EXPLICIT` lockfile for a given environment. Options: + - `env` (optional, default=`base`): Name of an environment in `extra_envs` to export. - `licenses`: Generate a JSON file with the licensing details of all included packages. Options: - `include_text` (optional bool, default=`False`): Whether to dump the license text in the JSON. If false, only the path will be included. diff --git a/docs/source/construct-yaml.md b/docs/source/construct-yaml.md index 1c978d43..ed5e3ad6 100644 --- a/docs/source/construct-yaml.md +++ b/docs/source/construct-yaml.md @@ -860,6 +860,8 @@ Allowed keys are: - `info.json`: The internal `info` object, serialized to JSON. Takes no options. - `pkgs_list`: The list of packages contained in a given environment. Options: - `env` (optional, default=`base`): Name of an environment in `extra_envs` to export. +- `lockfile`: An `@EXPLICIT` lockfile for a given environment. Options: + - `env` (optional, default=`base`): Name of an environment in `extra_envs` to export. - `licenses`: Generate a JSON file with the licensing details of all included packages. Options: - `include_text` (optional bool, default=`False`): Whether to dump the license text in the JSON. If false, only the path will be included.