pier_update_env_var
Update a single environment variable for an app while leaving all other variables unchanged. Use this for individual changes to prevent accidental modifications.
Instructions
Add or update a single environment variable without affecting other variables. Preferred over set_env_vars for individual changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The environment variable name | |
| appId | Yes | The numeric ID of the app | |
| value | Yes | The environment variable value |