pier_set_env_vars
Replace all environment variables for an app at once, removing any variables not specified. Use for bulk updates; for single variable changes, use update_env_var.
Instructions
Replace the entire environment variable set for an app. Any existing variables not included in the new array will be deleted. For a single variable change, use update_env_var instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The numeric ID of the app | |
| envVars | Yes | Array of {name, value} environment variables |