go-agent/claude/code/commands/core-env.md
Claude 320c657981
fix: rename files with colons in name (breaks Go tooling)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 02:58:01 +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"