Skip to content

docs: Add a docs for discussion on the decoupling implementation#4756

Draft
marcelomendoncasoares wants to merge 1 commit intoserverpod:mainfrom
marcelomendoncasoares:serverpod-cli-decoupling
Draft

docs: Add a docs for discussion on the decoupling implementation#4756
marcelomendoncasoares wants to merge 1 commit intoserverpod:mainfrom
marcelomendoncasoares:serverpod-cli-decoupling

Conversation

@marcelomendoncasoares
Copy link
Collaborator

@marcelomendoncasoares marcelomendoncasoares commented Feb 20, 2026

Closes: #4564

This is a document for discussion on the best approach and concerns with the decoupling between the serverpod_cli version and the serverpod (and all other packages) versions.

Given the complexity of the change, it is also worth discussing when it would be the best time to do such change. Although the decoupling could be nice before implementing UX changes to the CLI as with the UX migrations RFC, it might also postpone such improvements for a longer time.

Pre-launch Checklist

  • I read the Contribute page and followed the process outlined there for submitting PRs.
  • This update contains only one single feature or bug fix and nothing else. (If you are submitting multiple fixes, please make multiple PRs.)
  • I read and followed the Dart Style Guide and formatted the code with dart format.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///), and made sure that the documentation follows the same style as other Serverpod documentation. I checked spelling and grammar.
  • I added new tests to check the change I am making.
  • All existing and new tests are passing.
  • Any breaking changes are documented below.

If you need help, consider asking for advice on the discussion board.

Breaking changes

None.

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.

Tech spike: Evaluate the best way to decouple the CLI from the strict Serverpod version

1 participant