dgc - CLI for Dagster+ (like GitHub's gh) #30782
Replies: 2 comments
-
This is great! I followed up by sending you an email (the gmail address listed in your github). Let me know if that is the best channel. We're excited to collaborate with you on this. |
Beta Was this translation helpful? Give feedback.
-
Update: dgc CLI ProgressQuick update on dgc progress since last week - we're now at v0.6.0 with some major improvements! What's NewBranch Deployment Support - Access any deployment directly: dgc run list --deployment fix/my-feature
dgc deployment list # See all available deployments Better Error Visibility - Python stack traces now display in-terminal for failed runs: dgc run logs abc123 # Shows stack traces
dgc run logs abc123 --no-stack # Hide if too verbose Smarter AI Integration - MCP server now supports querying multiple deployments in one session, making cross-environment debugging much easier. Key Fixes
Upgradeuv tool upgrade dagster-cli # Get v0.6.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Manage Dagster+ deployments from your terminal with job management, run monitoring, asset operations, and AI integration.
Install:
uv tool install dagster-cli
Quick start:
Key features:
AI integration: Ask Claude Code "Why did my ETL job fail?" or "Show error logs for run abc123"
https://github.com/medecau/dagster-cli
Feedback and contributors welcome!
Beta Was this translation helpful? Give feedback.
All reactions