@fjall/deploy-core
v0.96.0
Published
Shared deployment engine for Fjall — used by CLI and webapp worker
Keywords
Readme
@fjall/deploy-core
Shared deployment engine for Fjall. Used by both @fjall/cli and the Fjall webapp deployment worker to provide a single source of truth for build, synth, and deploy orchestration across CDK stacks.
Provides AwsProvider, FrameworkBuilder, StepRegistry, and the DeployCallbacks contract. Pure orchestration — environment-agnostic and free of UI concerns.
Installation
npm install @fjall/deploy-coreSubpath exports
import { AwsProvider } from "@fjall/deploy-core/aws";
import { FrameworkBuilder } from "@fjall/deploy-core/builders";
import { StepRegistry } from "@fjall/deploy-core/steps";See docs.fjall.io for full usage.
Licence
Proprietary — see LICENSE.
