Skip to content

Releases: leancloud/lean-cli

v1.2.4

15 May 08:51

Choose a tag to compare

  • Add --direct and --options to lean preview deploy
  • Use direct upload in US region

v1.2.3

24 Mar 08:10
df17ad1

Choose a tag to compare

  • Fix crash in lean preview delete command

v1.2.2

24 Mar 05:05
e48f61a

Choose a tag to compare

  • Fix getting wrong commit sha bug in lean preview deploy command

v1.2.1

23 Mar 09:36
5f63b64

Choose a tag to compare

  • Add deploy from git and no cache options to preview deploy

v1.2.0

20 Mar 09:19
b8cd24e

Choose a tag to compare

  • New subcommand lean preview to deploy/delete coming preview environments.
  • Support running gradle projects via gretty

v1.1.0

19 Oct 09:33

Choose a tag to compare

  • Provide LEANCLOUD_APP_GROUP environment variable when using lean up or lean env.
  • Internal HTTP API changes.

v1.0.2

22 Jul 10:55
d78a61d

Choose a tag to compare

  • lean env: quote env variable to fix multiline issue

v1.0.1

27 Jun 10:11
451fa56

Choose a tag to compare

  • Fix lean db proxy command not outputting connection info when no db clients is installed.

v1.0.0

19 Apr 04:09
5c98e88

Choose a tag to compare

Changes since v0.29.2:

  • (Breaking) lean deploy no longer has default target, you must specify the environment by --prod or --staging explicitly.
  • (Breaking) Remove lean cache, you can use the lean db instead.
  • (Breaking) Remove lean metric command, you can view LeanStorage statistics on dashboard.
  • (Breaking) Rename lean init to lean new, and require a path argument to execute (like lean new my-project).
  • (Breaking) Rename lean upload to lean file upload.
  • (Breaking) lean up no longer fetch environment variables by default, you can set --fetch-env manually.
  • (Java, Breaking) lean up no longer use cmd in leanengine.yaml, now it always use mvn jetty:run to start your project.
  • Add lean db exec to execute one-off command on LeanDB.
  • Add React and Vue project templates for lean new(previous lean init).
  • Improve deploy and publish output messages.
  • Improve file download stability of lean new for users outside China mainland.
  • Improve all usages message.
  • Internal HTTP API changes.

v1.0.0-beta.2

29 Mar 06:27
5c98e88

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

Changes since v1.0.0-beta.1:

  • Add React and Vue project templates for lean new(previous lean init).
  • Improve deploy and publish output messages.