check:env
Validate workspace environment variables and tool versions.
Usage
splent check:env
What it checks
| Check | Pass | Fail/Warn |
|---|---|---|
| Python version | Displays version | n/a |
WORKING_DIR |
Set | Warn (not set) |
.env file |
Exists in workspace | Warn (not found) |
SPLENT_APP |
Set and directory exists | Fail (not set or missing) |
SPLENT_ENV |
Set | Warn (not set; defaults to dev) |
| CLI / Framework | Installed, major versions match | Fail (mismatch or missing) |
GITHUB_TOKEN |
Set | Warn (not set) |
| PyPI token | TWINE_PASSWORD or PYPI_TOKEN set |
Warn (not set) |
Also part of splent doctor (phase 2).