tabris-cli
Advanced tools
Changelog
3.5.0
tabris serve
updates:
-l, --log-requests
option to enable it.Ctrl+P
.-l, --logging
, can now be used by setting the environment variable TABRIS_CLI_SERVER_LOG
to true
instead.Changelog
3.4.0
tabris serve
updates:
--qrcode-renderer
which can be used to select the alternative terminal
renderer producing a terminal font-independent, but larger QR-Code.Ctrl+K
to see all shortcuts.tabris build
updates:
npm ci --production
instead of npm install --production
to install the runtime dependencies of the app. npm ci
works similarly to npm install
, but will throw an error when package-lock.json and package.json are out-of-sync to prevent unexpected results.