Read Bruno Environment
read_environmentRead a Bruno environment as structured JSON with variable values and disabled/secret flags. Omit the name to list environments instead; secret values are returned by name only.
Instructions
Read an environment back as structured JSON: every variable with its value, plus its disabled and secret flags. Omit "name" to list the collection's environments instead. Secret variables are returned by name only — Bruno stores no value for a secret in either file format, so there is none to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Environment name, without extension. Omit to list the available environment names. | |
| collectionPath | Yes | Absolute path to the collection directory. |