## Task Add a `version` command that prints the CLI version (from `package.json`) and fetches and prints the API version from `GET /health`. ## Files ``` packages/cli/src/commands/version.ts (create) packages/cli/src/index.ts ```
Task
Add a
versioncommand that prints the CLI version (frompackage.json) and fetches and prints the API version fromGET /health.Files