Convert existing .env file to .env.op format with 1Password references
[env-file] e.g., '.env' or '.env.local' (default: .env)secrets/# Migrate .env to 1Password References Convert an existing `.env` file to `.env.op` format, replacing secret values with `op://` references. ## Phase 1: Locate and Read .env File 1. **Find the .env file**: - Use `$ARGUMENTS` if provided (e.g., `.env.local`) - Default to `.env` in current directory - Search for common variants: `.env`, `.env.local`, `.env.development` 2. **Read and parse the file**: - Extract all `KEY=value` pairs - Identify which values look like secrets vs. static config - Preserve comments and structure ## Phase 2: Classify Variables Categorize eac...
Code migration between frameworks and technologies with systematic planning and validation.
Migrate old Greenshift blocks (row, heading, etc.) to GreenLight Element blocks
Migrate configuration from SPEC-00012 (v2.0 push-based sync) to SPEC-00030 (v3.0 pull-based retrieval).
データベースマイグレーションファイルを生成
Framework upgrades, database migrations, and API version migrations with zero-downtime strategies