Tool
lessly_list_envs
List environment variables configured on an app.
Returns the env vars for the given app and environment. Secret values are redacted; only the key, environment, and last-updated timestamp are returned for secrets.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| app | string | • | Slug of the Lessly app. |
| environment | "production" | "staging" | "preview" | "all" | — | Scope the listing to one environment. default: all |
| include_secrets | boolean | — | Include keys flagged as secret. Values remain redacted regardless of this flag. default: true |
Try it
List every env var on acme-store in production.