Skip to content

feat(deploy_service): add console URL logging for successful deployments#468

Merged
divyanshub024 merged 2 commits intodevfrom
mn/cli-link-console
Mar 13, 2026
Merged

feat(deploy_service): add console URL logging for successful deployments#468
divyanshub024 merged 2 commits intodevfrom
mn/cli-link-console

Conversation

@Potatomonsta
Copy link
Copy Markdown
Contributor

@Potatomonsta Potatomonsta commented Mar 13, 2026

Description

  • Updated stac deploy to print a project-specific Stac Console URL after the deployment summary, using the resolved projectId, making it easy for users to jump directly to their project dashboard (for example https://console.stac.dev/project/sEsdfWgfRaG).

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Code refactor
  • Build configuration change
  • Documentation
  • Chore

Summary by CodeRabbit

  • New Features
    • Users now receive a console URL displayed after successful deployments, guiding them to inspect their project in Stac Console for monitoring and management.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4c09ed77-fc29-4e02-b7f3-5207cefa009d

📥 Commits

Reviewing files that changed from the base of the PR and between c89e071 and f8b87cc.

📒 Files selected for processing (1)
  • packages/stac_cli/lib/src/services/deploy_service.dart

📝 Walkthrough

Walkthrough

Added 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

Cohort / File(s) Summary
Deployment Logging Enhancement
packages/stac_cli/lib/src/services/deploy_service.dart
Added conditional console URL logging that triggers on successful deployments with no failures, providing users with a direct link to inspect their project.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 When deploys succeed without a care,
A helpful URL floats through the air,
"Visit your Console!" the message does say,
Guiding lost developers on their way! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding console URL logging for successful deployments in the deploy_service.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch mn/cli-link-console
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

Migrating from UI to YAML configuration.

Use the @coderabbitai configuration command in a PR comment to get a dump of all your UI settings in YAML format. You can then edit this YAML file and upload it to the root of your repository to configure CodeRabbit programmatically.

Copy link
Copy Markdown
Member

@divyanshub024 divyanshub024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@divyanshub024 divyanshub024 merged commit 6571534 into dev Mar 13, 2026
5 checks passed
@divyanshub024 divyanshub024 deleted the mn/cli-link-console branch March 13, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants