dagster-cloud-cli
What it is and what it does
dagster-cloud-cli is a command-line interface for interacting with Dagster Cloud, the cloud-hosted version of Dagster's data orchestration platform. It extends Dagster's declarative asset-based programming model—where you define data pipelines as Python functions—into cloud deployment and management workflows. The package sits at the intersection of local development tooling and cloud infrastructure, allowing developers to deploy, monitor, and manage Dagster data assets from the terminal.
The package depends on established CLI libraries (click, typer, questionary) and data-handling tools (requests, pyyaml, jinja2) to provide interactive command-line workflows and configuration management. It is actively maintained as part of the larger Dagster ecosystem, which is designed for the full data development lifecycle from local testing through production orchestration.
Use it for:
- Deploy and manage Dagster data pipelines to Dagster Cloud from CI/CD workflows or local development environments.
- Automate provisioning and configuration of cloud-hosted Dagster instances using declarative YAML or Python-based templates.
- Manage authentication, secrets, and environment variables for cloud-deployed data assets via command-line tooling.
- Integrate Dagster Cloud operations into existing DevOps or data engineering automation scripts.
- Troubleshoot and inspect deployed pipelines and asset lineage directly from the terminal without opening the web UI.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
CLI tool for managing and deploying Dagster data pipelines to Dagster Cloud, providing command-line access to cloud orchestration and asset management features.
Yes, if you are using Dagster Cloud for data orchestration and need programmatic or scripted control over deployments and asset management. The package is actively maintained, has no known vulnerabilities, and integrates seamlessly with the broader Dagster ecosystem. Install only if you have a Dagster Cloud instance to manage; it is not useful as a standalone tool for local-only Dagster development.
Install
dagster-cloud-cli on PyPI
pip
pip install dagster-cloud-cliuv
uv add dagster-cloud-clipoetry
poetry add dagster-cloud-cliInstalling dagster-cloud-cli
Before you install
Low install friction with a pure Python wheel distribution. Active maintenance with a release 7 days ago and continuous repository activity. Depends on 12 runtime packages including click, typer, and requests—all widely-used, stable libraries with minimal friction.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for both open-source and proprietary projects.
Quickstart
pip install dagster-cloud-cli
from dagster_cloud_cli import main
# Or use as a command-line tool:
# dagster-cloud-cli [command] [options]
Requires Python 3.10 or later (supports 3.10 through 3.14); intended as a CLI tool, typically invoked from the command line rather than imported directly in Python code.
Verify before relying
- Specific CLI commands and their parameters are not detailed in the fact sheet.
- Integration requirements with a running Dagster Cloud instance or authentication setup are not documented here.
- Whether this package is meant to be used standalone or as part of a larger Dagster ecosystem installation.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.15,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 12 — click, dagster-shared, github3-py, jinja2, packaging, pyyaml, questionary, requests, setuptools, tomli, typer, validators |
| Maintenance | actively maintained — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 4,981,008/month — #2,187 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dagster_cloud_cli-1.13.17-py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
dagster-cloudDagster Cloud is a managed orchestration…
permissive · top 5,000 on PyPI
dagster-pipesDagster-pipes provides a toolkit for running…
permissive · top 5,000 on PyPI
dagster-sshProvides SSH resource and I/O manager…
permissive · top 15,000 on PyPI
dagster-webserverProvides a web UI for Dagster, a data pipeline…
permissive · top 5,000 on PyPI
dagsterDagster is a data pipeline orchestrator that…
permissive · top 5,000 on PyPI
dagster-duckdbIntegrates DuckDB with Dagster's data pipeline…
permissive · top 15,000 on PyPI
dagster-rest-resourcesProvides REST API resource integrations for…
permissive · top 15,000 on PyPI
dagster-postgresConnects Dagster data pipelines to PostgreSQL…
permissive · top 5,000 on PyPI
dagster-dockerIntegrates Dagster data orchestration with…
permissive · top 5,000 on PyPI
dagster-dbtIntegrates dbt data transformation workflows…
permissive · top 5,000 on PyPI