Executable infra provider and standalone CLI for Ankhorage project workflows.
@ankhorage/infra owns infra command behavior.
The same shared command implementation backs both:
ankh infra ...bunx @ankhorage/infra ...
Current command surface:
validategeneratestatusupdown
status runs the generated live runtime status script for a project.
Project resolution is project-aware:
- pass
[project], or - omit it when cwd is already inside
apps/<project>
Source: src/readme-usage.ts
import { runCli } from './cli/bin.js';
await runCli(['--help']);bunx @ankhorage/infra