Rocket.Chat.Apps-cli icon indicating copy to clipboard operation
Rocket.Chat.Apps-cli copied to clipboard

The CLI for interacting with Rocket.Chat Apps

Results 33 Rocket.Chat.Apps-cli issues
Sort by recently updated
recently updated
newest added

The watch command doesn't bundle the app, this is a bug since the package command has called const bundlingResult = await compiler.bundle();

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

sudo npm install -g @rocket.chat/apps-cli > [email protected] postinstall /usr/local/lib/node_modules/@rocket.chat/apps-cli/node_modules/esbuild > node install.js Trying to install "esbuild-linux-64" using npm Failed to install "esbuild-linux-64" using npm: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@rocket.chat/apps-cli/node_modules/esbuild/esbuild-qssd7mdeech' Trying...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.5.5 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [debug](https://github.com/debug-js/debug) from 3.2.6 to 3.2.7. Commits 3383260 3.2.7 4e21502 fix regression See full diff in compare view Maintainer changes This version was pushed to npm by qix, a new...

dependencies

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.6.4 to 5.21.7. Changelog Sourced from systeminformation's changelog. Changelog Major Changes - Version 5 New Functions audio() detailed audio information bluetoothDevices() detailed information detected bluetooth devices dockerImages()...

dependencies

When I try to deploy my app, I get this: ``` # rc-apps deploy --url http://localhost:3000 -i -t packaging your app... packaged! deploying your app... ! Error: Deployment error: No...

After creating a new app with the `rc-apps create` command. I get the following `app.json`. ``` { "id": "f044466e-8540-4168-aa91-4cc94a3c860c", "version": "0.0.1", "requiredApiVersion": "^1.4.0", "iconFile": "icon.png", "author": { "name": "Mathieu Charest",...

Providing "watching" when developing an app and whenever a change is made (debounced of course) and it can compile plus package successfully, then it will be deployed to the instance...

When I add `.vscode/**` in the `ignoredFiles` of `.rcappsconfig`, Typescript files in this directory are not ignored. (I use the Local History addons in VSCode, which adds local versions of...