Update Bruno environment
bruno_update_environmentUpdate a Bruno environment file by replacing its variables while preserving secret values. Provide the collection, environment name, and new variables to apply the changes.
Instructions
Update an existing Bruno environment file. Existing secrets must be preserved with secret: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Environment name or path (e.g. Local or environments/Local.yml). | |
| variables | Yes | Replacement list of variables. Existing secrets must keep secret: true. | |
| collection | Yes | Collection path relative to workspace root (as returned by bruno_list_collections). |