Skip to main content

dg

info

dg and Dagster Components are under active development. You may encounter feature gaps, and the APIs may change. To report issues or give feedback, please join the #dg-components channel in the Dagster Community Slack.

dg is a new command line interface that provides a streamlined Dagster development experience. It is a drop-in replacement for the Dagster CLI that can be used in existing projects or used to scaffold new Dagster projects. Once a project is set up to use dg, you can list, check, and scaffold Dagster definitions and components with ease.

note

dg is designed to be usable from an isolated environment and has no dependency on dagster itself.

Installation

You can install dg from a package manager or via curl with our standalone installer script.

dg is available in a Homebrew tap:

brew install dagster-io/tap/dg

dg CLI reference

Once you've installed dg, you can run dg --help on the command line to see all the commands, or check out the dg CLI documentation.