Skip to content

fas89/forge_docs

Fluid Forge Docs

Documentation for the Fluid Forge CLI.

Fluid Forge is a contract-first CLI for building, validating, and deploying data products across local and cloud targets. The docs in this repo track the promoted CLI surface from fluid --help, with local-first onboarding and compatibility notes for older commands where needed.

Start Here

Current Versioning

  • Current CLI release documented here: 0.8.0
  • Current scaffolded contract schema examples: fluidVersion: 0.7.2

Those are different on purpose. fluid version reports the installed CLI release, while fluidVersion inside a contract selects the contract schema version.

First-Run Path

pip install data-product-forge
fluid version
fluid doctor
fluid init my-project --quickstart
cd my-project
fluid validate contract.fluid.yaml
fluid plan contract.fluid.yaml
fluid apply contract.fluid.yaml --yes

Optional AI-assisted scaffolding uses fluid forge:

fluid forge
fluid forge --domain finance
fluid forge --llm-provider openai --llm-model gpt-4.1-mini

To forge a reviewable data model from a business intent file:

fluid forge data-model from-intent --example retail > intent.yaml
fluid forge data-model from-intent intent.yaml -o customer_orders.fluid.yaml
fluid generate transformation customer_orders.fluid.yaml -o ./dbt_customer_orders --dbt-validate

Promoted Command Groups

Group Commands
Core Workflow init, forge, forge data-model, validate, plan, apply
Generate generate transformation, generate schedule, generate ci, generate standard
Integrations publish, market, import
Quality & Governance policy-check, diff, test, verify
Utilities config, split, bundle, auth, doctor, providers, memory, mcp, version

Compatibility commands such as generate-airflow are still documented, but the docs now lead with the promoted paths above.

Local Preview

npm install
npm run docs:dev

Build the production site with:

npm run docs:build
npm run docs:preview

Repo Layout

docs/
├── README.md
├── getting-started/
├── cli/
├── providers/
├── walkthrough/
├── advanced/
└── .vuepress/

Contributing

Docs-only pull requests are welcome. When a docs update depends on a CLI change, link the related forge-cli PR or issue in the description.

About

Documentation for Forge CLI

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors