mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
64a15133fe
* feat: Add worker info command to display worker details - Add workerInfoCommand() function that calls get_worker_info tool - Display worker name, URL, creation/modification timestamps - Format bindings output: databases, storage, analytics, env vars, secrets - Add 'info' case to handleWorkerCommand() switch - Update help text and error messages to include info command ATXP-1430 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: trigger CI * test: add tests for workerInfoCommand Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: correct process.exit mocking in workerInfoCommand tests Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * chore: trigger CI * chore: trigger CI build --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>