Usage: apophis migrate [options]

Check and rewrite deprecated config or API usage.

Options:
  -h, --help              Display this help message
  --check                 Detect legacy config without rewriting
  --dry-run               Show exact rewrites without writing
  --write                 Perform rewrites
  --config <path>         Path to config file
  --cwd <path>            Working directory
  --format <human|json|ndjson>  Output format
  --color <auto|always|never>   Color mode
  --quiet                 Suppress non-essential output
  --verbose               Verbose output
  --artifact-dir <path>   Directory for artifacts

Examples:
  apophis migrate --check
  apophis migrate --dry-run
  apophis migrate --write
