go/cmd/php
Snider 23d399407c refactor(cli): move cmd/shared to pkg/cli with runtime
Moves shared utilities (styles, utils) from cmd/shared to pkg/cli.
Adds CLI runtime with global singleton pattern:
- cli.Init() initialises the runtime
- cli.App() returns the global instance
- OutputService for styled terminal printing
- SignalService for graceful shutdown handling

All cmd/ packages now import pkg/cli instead of cmd/shared.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:32:05 +00:00
..
commands.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00
php.go refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
php_build.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
php_deploy.go refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
php_dev.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
php_packages.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
php_quality.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00