vantage icon indicating copy to clipboard operation
vantage copied to clipboard

Distributed, realtime CLI for live Node apps.

Results 15 vantage issues
Sort by recently updated
recently updated
newest added

I'm noticing that although vantage project on github depends on vorpal 1.11.0, as per its package.json, the package.json file that is under node_modules/vantage after installing via npm references vorpal 1.0.5....

Currently the latest version on npm & in package.json is 1.7.0, however there has been [a few merges into master since then](https://github.com/dthree/vantage/commits/master). I would suggest next version should be 1.8.0...

After I've fixed the #67 error when I connect to a server via vantage client, I get an error printed to the client console : >(node:19581) UnhandledPromiseRejectionWarning: Unhandled promise rejection...

The Readme says: > Vantage is an extension of Vorpal, and so inherits all of its properties and methods. However, I don’t seem to be able to use vorpal’s `types`...

in vantage i input the following command: ``` $ start test 1111111112312345425 { options: {}, platform: 'test', uid: 1111111112312345500 } ``` 1111111112312345425 missing the ending data 1111111112312345500 ??? ``` 1111111112312345425...

Up and Down arrow keys are now working as expected.

```javascript var cmd = this.server.command('use [apps]'); cmd.action(function(args, callback) { args.apps === undefined // true ! callback(); }); ``` The above applies for the console input: > \> use 0 I'd...

When I try to connect to a vantage server with client. I get an error: > [ERROR] (node:15363) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError: chalk is not defined...

In the tour, in REPL mode, pressing the "up" arrow key loads the 2nd latest command. To get the latest command, I need to press up and then down.