env:show

Display the current .env variables and check which ones are loaded in the shell session.


Usage

splent env:show

Description

Reads all variables from the .env file and prints them in a formatted table. Sensitive values (tokens, passwords) are automatically masked. Each variable is marked as loaded or missing from the current shell environment.

Example output

Variable               Value                  Shell
─────────────────────  ─────────────────────  ──────
SPLENT_APP             sample_splent_app      ✔
GITHUB_USER            splent-dev            ✔
GITHUB_TOKEN           ghp_****...****        ✔
TWINE_PASSWORD         pypi-****...****       ✔
DB_PASSWORD            (hidden)               ✔

Back to top

splent. Distributed by an LGPL license v3. Contact us: drorganvidez@us.es