Skip to content

Conversation

@bytesizedroll
Copy link
Contributor

@bytesizedroll bytesizedroll commented Jan 21, 2026

Summary

Add top-level address-book and datastore CLI commands, extracting them from the nested migration command structure as part of deprecating migrations.

New Commands

address-book: merge, migrate, remove

datastore: merge, sync-to-catalog

@bytesizedroll bytesizedroll requested a review from a team as a code owner January 21, 2026 22:52
Copilot AI review requested due to automatic review settings January 21, 2026 22:52
@changeset-bot
Copy link

changeset-bot bot commented Jan 21, 2026

🦋 Changeset detected

Latest commit: 85bf13c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
chainlink-deployments-framework Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link

👋 bytesizedroll, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces new top-level CLI commands for address book and datastore operations within the engine/cld/legacy/cli/commands package. The changes provide a structured command interface for managing address book artifacts in different deployment environments.

Changes:

  • Added address-book command group with three subcommands: merge, migrate, and remove
  • Implemented comprehensive test coverage for the new address book commands
  • Provided environment-based operations for address book management

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.

File Description
engine/cld/legacy/cli/commands/addressbook.go Implements the address-book command structure with merge, migrate, and remove subcommands for managing address book artifacts
engine/cld/legacy/cli/commands/addressbook_test.go Adds comprehensive tests validating command structure, metadata, flags, and documentation for all address-book subcommands

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

bytesizedroll and others added 2 commits January 21, 2026 18:55
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 21, 2026 22:57
bytesizedroll and others added 2 commits January 21, 2026 18:57
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings January 23, 2026 17:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings January 25, 2026 21:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cl-sonarqube-production
Copy link

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.

5 participants