0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/silly-hotels-greet.md
Charles Zhao 0183d0c33a
refactor: split translate cmd from logto cli (#6451)
* refactor: split translate cmd from logto cli

* chore: add changeset

* refactor(cli): remove translate command from cli package
2024-08-19 12:16:10 +08:00

849 B

@logto/cli @logto/translate
minor minor

split translate command from @logto/cli and create a standalone package

The "translate" command has greatly increased the size of the "@logto/cli" package, as it involves TypeScript code manipulation and has to use "typescrpt" as a "dependency". In fact, only a small number of developers who want to contribute Logto will use this command, so we believe it's best to separate the less frequently used "translate" command from the "cli" package to keep it small and simple.

Please also be noted that this change is actually a breaking change for those who use the "translate" command. However, the CLI has to be bundle-released with the "Logto" open-source distribution, and we feel it is still too early to make a major version bump for Logto. Therefore, the "minor" bump is used this time.