Skip to content

Releases: shoutem/cli

v0.13.8 - Check for required files before pushing

25 Nov 10:24
afed789
Compare
Choose a tag to compare
  • 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

20 Aug 16:24
5f4319a
Compare
Choose a tag to compare
  • handle credentials error on commands requiring login and prompt user for credentials when they're not logged in

v0.13.6 - Add .npmignore

11 Aug 10:38
5aa9eda
Compare
Choose a tag to compare
  • added .npmignore file to resolve install issue with ignoring build directory

v0.13.5 - Remove unused command, introduce package-manager

11 Aug 08:49
72b9290
Compare
Choose a tag to compare
  • removal of unusable commands
  • introduction of shoutem package-manager which allows the developer to set their preferred default package manager, it defaults to npm and can be set to yarn or npm:
    • shoutem package-manager yarn
    • shoutem package-manager npm
  • removal of ngrok resolving permission issues when installing with sudo

v0.13.4 - Fix issue with publishing cloudless extensions

14 Jul 12:07
0fe7e82
Compare
Choose a tag to compare
  • Fix issue with publishing cloudless extensions

v0.13.3 - Make 'push' aware of 'cloud'

14 Jul 08:17
2f28714
Compare
Choose a tag to compare
  • make shoutem push aware of cloud component in extensions

v0.13.2 - Bump version

30 Jun 11:23
Compare
Choose a tag to compare
  • 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

30 Jun 11:21
Compare
Choose a tag to compare
  • 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