agent/codex/code/commands/core-env.md
Snider ecd47fe3db revert fcb9c189e5
revert fix(agentic): harden TODO workspace write

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 11:22:27 +00:00

608 B

name description args
/core:env Manage environment configuration
check|diff|sync

Environment Management

Provides tools for managing .env files based on .env.example.

Usage

  • /core:env - Show current environment variables (with sensitive values masked)
  • /core:env check - Validate .env against .env.example
  • /core:env diff - Show differences between .env and .env.example
  • /core:env sync - Add missing variables from .env.example to .env

Action

This command is implemented by the following script:

"${CLAUDE_PLUGIN_ROOT}/scripts/env.sh" "$1"