Releases: leancloud/lean-cli
Releases · leancloud/lean-cli
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Changes since v0.29.2:
- (Breaking)
lean deployno longer has default target, you must specify the environment by--prodor--stagingexplicitly. - (Breaking) Remove
lean cache, you can use thelean dbinstead. - (Breaking) Remove
lean metriccommand, you can view LeanStorage statistics on dashboard. - (Breaking) Rename
lean inittolean new, and require a path argument to execute (likelean new my-project). - (Breaking) Rename
lean uploadtolean file upload. - (Breaking)
lean upno longer fetch environment variables by default, you can set--fetch-envmanually. - (Java, Breaking)
lean upno longer usecmdinleanengine.yaml, now it always usemvn jetty:runto start your project. - Add
lean db execto execute one-off command on LeanDB. - Add React and Vue project templates for
lean new(previouslean init). - Improve deploy and publish output messages.
- Improve file download stability of
lean newfor users outside China mainland. - Improve all usages message.
- Internal HTTP API changes.
v1.0.0-beta.2
Changes since v1.0.0-beta.1:
- Add React and Vue project templates for
lean new(previouslean init). - Improve deploy and publish output messages.