0.10.13 • Published 8 months ago

testdriver-proxy v0.10.13

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

CLIIPC

Testing locally

In a single terminal:

node server.js

In another terminal. sk-xxx is your OpenAI key

brew install jq
node client.js "$(jq -Rs . example.md)" sk-xxx

Edit example.md to change.

Overview

This package is intended to be used to get around Windows session isolation. Windows Session Isolation prevents GUI apps from being spawned by a service.

See these issues:

Install Globally

npm install cliipc -g

Run server as a user

This is a special command that starts a IPC server. It will execute arbitrary commands via spawn. This process should be run as a normal user.

cliipc start-server

Run commands as client:

Once the server is running, prepend any cli command with cliipc to run it within the user context.

cliipc ls

Returns to stdout:

client.js
main.js
node_modules
package-lock.json
package.json
server.js
0.10.9

9 months ago

0.10.10

9 months ago

0.10.11

8 months ago

0.10.6

10 months ago

0.10.12

8 months ago

0.10.7

10 months ago

0.10.13

8 months ago

0.10.8

9 months ago

0.10.3

11 months ago

0.10.1

11 months ago

0.10.0

11 months ago