You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
I think duplicating that schema between here and src-cli is fine for now. If we can find a better solution that has src-cli fetch the schema from Sourcegraph: great.
Create changesetSpecs with the createChangesetSpec mutation (see schema here), remembering their IDs
Create campaignSpec, using the IDs as input
Print preview URL if user doesn't want to apply
Call applyCampaign if user wants to apply
Plus: clean up the code, possibly add tests, move code to smaller packages instead of the ./cmd folder, etc.
First deliverable
A draft PR that implements the new command and flow for us to test to validate how the UX feels.