pxm

1.2.0 • Public • Published

PXM

Long-running commands runner.

Usage:

Usage: pxm [options] [command]

Options:
  -h, --help                      display help for command

Commands:
  daemon-start
  daemon-stop
  daemon-status
  set [options] <name> <command>
  get <name>
  list
  start <name>
  stop <name>
  restart <name>
  status <name>
  logs <name>
  help [command]                  display help for command

Quick start:

npm i -g pxm

# Start the daemon
pxm daemon-start

# Add the task to `~/.config/pxm/config.json`
pxm set tunnel-to-remote 'ssh -L localhost:8080:localhost:8080 -N some-remote-host'

# Start the task
pxm start tunnel-to-remote

# List running commands
pxm list

Readme

Keywords

none

Package Sidebar

Install

npm i pxm

Weekly Downloads

2

Version

1.2.0

License

ISC

Unpacked Size

83.7 kB

Total Files

22

Last publish

Collaborators

  • romgrk