feat(agents): add publish and revert commands (6/8)#8285
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ea0ef56 to
a8fb37e
Compare
81b8098 to
f02d1dc
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
- agents:publish promotes a run's diff to production; refuses on an out-of-sync run unless --force, and points at agents:sync otherwise - agents:revert resets the site back to a given session Part 6/8 of the agents CLI revamp split.
a8fb37e to
6c74d2e
Compare
f02d1dc to
ee89182
Compare
|
Link EX-2195 |
Summary
Linear: https://linear.app/netlify/issue/EX-2195
Part 6 of the agents CLI revamp split. Adds two commands that change what's live.
agents:publishpromotes a run's diff to production. Refuses on an out-of-sync run unless you pass--force, and points atagents:syncfirst.agents:revertresets the site back to a given session.Stacked on the sync/redeploy PR.
For us to review and ship your PR efficiently, please perform the following steps:
re fixing a typo or something thats on fire 🔥 (e.g. incident related), you can skip this step.passes our tests.