Releases: shoutem/cli
Releases · shoutem/cli
v0.13.8 - Check for required files before pushing
- CLI will now check if the extension being pushed has all required files:
- app/index.js
- app/package.json
- server/package.json
v0.13.7 - credentials error handling
- handle credentials error on commands requiring login and prompt user for credentials when they're not logged in
v0.13.6 - Add .npmignore
- added
.npmignore
file to resolve install issue with ignoringbuild
directory
v0.13.5 - Remove unused command, introduce package-manager
- removal of unusable commands
- introduction of
shoutem package-manager
which allows the developer to set their preferred default package manager, it defaults tonpm
and can be set toyarn
ornpm
:shoutem package-manager yarn
shoutem package-manager npm
- removal of
ngrok
resolving permission issues when installing withsudo
v0.13.4 - Fix issue with publishing cloudless extensions
- Fix issue with publishing cloudless extensions
v0.13.3 - Make 'push' aware of 'cloud'
- make
shoutem push
aware ofcloud
component in extensions
v0.13.2 - Bump version
- bumping version as v0.13.1 was accidentally published and had to be unpublished, which means we had to bump version since you can't publish an unpublished version on NPM
¯\_(ツ)__/¯
v0.13.1 - messaging, already logged in, deprecations, prerelease extensions
- fix grammar and spelling in messaging
- make messaging consistent
- clarify certain ambiguous commands (shoutem login, developer name clarification)
- remove deprecation messages as we are backtracking and keeping those commands
- add support for prerelease extensions (setting 1.0.0-rc.0 in extension and package json files in extensions)
- add "already logged in" message when attempting to log in again with credentials matching current user