pm2-io-js-api icon indicating copy to clipboard operation
pm2-io-js-api copied to clipboard

PM2.io API Client for Javascript

Results 1 pm2-io-js-api issues
Sort by recently updated
recently updated
newest added

I'm trying to control a remote app (start and stop) and it doesn't work as expected, here is a sample: ``` const pm2io = new PM2IO(); pm2io.use('standalone', { refresh_token: 'foo-token'...