Releases: webgme/webgme-cli
Releases · webgme/webgme-cli
v2.8.5
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
Overview
- Fixed error message when importing nonexistent router #257 #258
v2.8.2
- #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
Fixes executable permissions and line endings in #!
s by republishing v2.8.0 from a unlix-like system.
v2.8.0
Overview
- Fixed paths issues on windows
- Added new command for dockerizing a repo #252
- Python plugin generation #250
v2.7.1
Overview
- Fixed issue with config file creation (wrt router mount points) #236 #237
v2.7.0
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
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
Overview
- Improved error logging in
webgme start
#217 #218
v2.5.0
Overview
- Updated to support webgme-engine and the latest webgme #216 #215