Skip to content

Releases: webgme/webgme-cli

v2.8.5

13 Oct 18:35
Compare
Choose a tag to compare

Overview

  • Fix programmatic npm usage bug #272 #278
  • Correctly detect -V usage #273 #277
  • Detect option validation failures #274 #276
  • Many dependency version bumps

v2.8.4

29 Jun 14:39
Compare
Choose a tag to compare

Overview

  • Fixed error message when importing nonexistent router #257 #258

v2.8.2

20 Mar 20:58
Compare
Choose a tag to compare
  • #254 Generated config/index.js should support overriding config params from env vars
  • #255 Generate src/visualizers/Visualizers.json at webgme init

v2.8.1

25 Sep 08:39
Compare
Choose a tag to compare

Fixes executable permissions and line endings in #!s by republishing v2.8.0 from a unlix-like system.

v2.8.0

25 Sep 08:37
Compare
Choose a tag to compare

Overview

  • Fixed paths issues on windows
  • Added new command for dockerizing a repo #252
  • Python plugin generation #250

v2.7.1

16 Dec 18:16
Compare
Choose a tag to compare

Overview

  • Fixed issue with config file creation (wrt router mount points) #236 #237

v2.7.0

15 Dec 22:23
Compare
Choose a tag to compare

Overview

  • Added src/common requirejs path for project and dependencies #234 #235
  • Fixed issues with programmatic installation and usage #231 #232
  • Removed build step (as we do not need to transpile to es5 anymore) #229 #230

v2.6.0

13 Dec 17:33
Compare
Choose a tag to compare

Overview

  • Added webgme import all for importing all components from a webgme app. #211 #228
  • Updated router config generation #212 #223
  • Added --skip-install option for importing components #226 #227
  • Added programmatic interface #219 #220 with promise support #221 #222
  • Fixed mistake in help message for refresh #224 #225

v2.5.1

10 Nov 16:14
Compare
Choose a tag to compare

Overview

  • Improved error logging in webgme start #217 #218

v2.5.0

09 Oct 22:52
Compare
Choose a tag to compare

Overview

  • Updated to support webgme-engine and the latest webgme #216 #215