Skip to content

Repository files navigation

INFRA

license: MIT npm: v1.0.1 runtime: bun typescript: strict eslint: checked prettier: checked build: checked tests: checked docs: paradox

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:

  • validate
  • generate
  • status
  • up
  • down

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

Generated documentation

About

Provider-neutral infrastructure generation: turns app manifests, datasets, auth, state, storage, and deployment config into generated infra artifacts, migrations, seeds, APIs, and runtime dependencies.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages