feat(deploy_service): add console URL logging for successful deployments#468
feat(deploy_service): add console URL logging for successful deployments#468divyanshub024 merged 2 commits intodevfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded a conditional logging statement in the deploy service that displays a console URL to users when deployment completes successfully with zero total failures, guiding them to inspect their project in Stac Console. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip Migrating from UI to YAML configuration.Use the |
Description
stac deployto print a project-specific Stac Console URL after the deployment summary, using the resolvedprojectId, making it easy for users to jump directly to their project dashboard (for examplehttps://console.stac.dev/project/sEsdfWgfRaG).Type of Change
Summary by CodeRabbit