Reference

lessly_list_envs

List environment variables configured on an app.

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.

When to use

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.

Example

Ask your agent something like this:

List every env var on acme-store in production.

The agent will invoke lessly_list_envs with these arguments:

json
{
  "app": "acme-store",
  "environment": "production"
}

Esc

Start typing to search the docs.

navigate select