--- id: dagster-dg-cli version: "1.13.18" license: Apache-2.0 license_treatment: permissive maintenance: active --- # dagster-dg-cli License: permissive · Maintenance: active · Downloads: 3.6M/mo ## What it is and what it does Dagster-dg-cli is a command-line utility for initializing and managing Dagster data pipeline projects. It sits within the broader Dagster ecosystem—a cloud-native data orchestrator designed for declaring data assets as Python functions and automating their execution and maintenance. The CLI provides project scaffolding, code generation, and development workflows to help teams set up Dagster projects locally before deploying to production. The package depends on dagster core, dagster-cloud-cli, dagster-rest-resources, requests, and typer. It is actively maintained and released frequently. The tool is intended to streamline the early-stage development of Dagster pipelines, reducing boilerplate and setup friction for teams building data assets. Use it for: - Initialize a new Dagster project with standard structure and best practices. - Generate boilerplate code for assets, jobs, and resources in a Dagster workspace. - Set up local development environments for data engineers working on asset pipelines. - Scaffold integration templates for connecting to external data tools and services. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A command-line tool for developing and managing Dagster data pipelines locally, providing scaffolding, code generation, and project initialization for Dagster-based data orchestration. Yes, if you are building Dagster pipelines and want CLI-driven project initialization and code generation. The package is actively maintained, carries no known vulnerabilities, and integrates cleanly with the Dagster ecosystem. Install it as part of your Dagster development toolkit, especially if you prefer command-line workflows for project setup. ## Install pip install dagster-dg-cli uv add dagster-dg-cli poetry add dagster-dg-cli ## Installing dagster-dg-cli Before you install: Active maintenance with a release on 2026-08-14. Low install friction from a pure wheel distribution. Depends on dagster core and several Dagster ecosystem packages, which are themselves well-established. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you may use this in proprietary projects. Quickstart: pip install dagster-dg-cli from dagster_dg_cli import ... # Typically invoked via command line: dagster-dg Requires Python 3.10 or later (supports up to 3.14); intended as a CLI tool, not primarily a library for programmatic import. Verify before relying: - Specific CLI commands and workflows available in version 1.13.18 - Whether this package is meant for end-user CLI use or as a library dependency - Integration scope with dagster-cloud-cli and dagster-rest-resources ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 3.6M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags dagster cli development tool, data pipeline project generator, dagster project scaffolding, orchestration workflow setup, asset-based pipeline development, data-orchestration, cli-tool, project-scaffolding [View on SkillFed](https://skillfed.io/packages/dagster-dg-cli) · [View on PyPI](https://pypi.org/project/dagster-dg-cli/)