matrix-cli icon indicating copy to clipboard operation
matrix-cli copied to clipboard

Command Line Interface for MATRIX Open Source

Results 10 matrix-cli issues
Sort by recently updated
recently updated
newest added

`matrix ping` works, but an error will always appear. The documentation has it written down. /matrix-os/reference/cli-tool/#development ```Matrix CLI Error: TypeError: Cannot read property 'message' of null```

bug

Typing the command in the CLI outputs this: ``` $ matrix update ⣷ /Users/carlos/.nvm/versions/node/v9.5.0/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:718 task(_restParam(function (err, args) { ^ TypeError: task is not a function at /Users/carlos/.nvm/versions/node/v9.5.0/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:718:13 at Immediate.iterate (/Users/carlos/.nvm/versions/node/v9.5.0/lib/node_modules/matrix-cli/node_modules/async/lib/async.js:262:13)...

bug

- For devices that haven't ever been online, show `-` instead of `48 years ago` as the **Last Seen** value. - For devices that are currently only show `Now` under...

**matrix ping** error log fixed (not printing error possibly due to lack of validation) **Matrix.error** receives 2 parameters - **err**: Error object or error message - **source**: Optional source string...

The installation with yarn fails, moreover, the dependencies need to be updated. Node 9.5.0 ``` [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... [1/2] ⠄ deasync [2/2] ⠄...

This requires a PR from **matrix-firebase** to be merged, once that PR is merged this one should follow

Hi, I am behind my company’s firewall. Therefore, I am getting a self signed certificate error when trying to create a Matrix account through CLI. What should I do to...

Enable deploying app when app is running. When app is re-deployed MOS automatically restart app.

The CLI is not respecting the http_proxy env variable Error: ``` Upgrade Check Error: { [Error: getaddrinfo ENOTFOUND raw.githubusercontent.com raw.githubusercontent.com:443] code: 'ENOTFOUND', errno: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'raw.githubusercontent.com', host: 'raw.githubusercontent.com',...

bug

Can I send a payload with `matrix trigger eventName` ? This is useful, for example, when we need to train a face with [recogTest](https://github.com/matrix-io/matrix-srcjs-apps/tree/master/recogTest) running `matrix trigger train` could be...