Skip to main content
Version: v0.6.3

Introduction

Rush Delivery is a provider-adaptable Dagger module for Rush monorepos. The framework assumes Rush is the project graph and uses .dagger/ metadata as the extension surface for validation, packaging, deployment, caches, and toolchains.

Guides

Source Of Truth

The schemas under ../schemas are the field-level metadata contract. These docs explain intent and usage; schemas define file shape.

Published schemas are available from the documentation site:

  • https://bootstraplaboratory.github.io/rush-delivery/schemas/<schema>.schema.json
  • https://bootstraplaboratory.github.io/rush-delivery/schemas/v0.6.3/<schema>.schema.json

Use exact versioned schema URLs in project metadata editor hints so older projects keep the schema contract they were written against. The root /schemas/ URLs point at the current release line.