@ankhorage/infra
v0.4.2
Published
Project-aware infrastructure generation library and executable Ankh provider for Ankhorage.
Maintainers
Readme
INFRA
Executable infra provider and standalone CLI for Ankhorage project workflows.
Usage
Provider and CLI surface
@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']);Installation
bunx @ankhorage/infra