Categorygithub.com/thenets/pmzero
modulepackage
0.0.2-alpha
Repository: https://github.com/thenets/pmzero.git
Documentation: pkg.go.dev

# README

pmzero

GoDoc Go Report Card GitHub Actions

Inspired by PM2 and a hard Amazon interview process.

Requirements

  • Linux x64
  • Windows x64
  • MacOS X x64

Installation

Linux

You need to add the binary file to the /usr/bin and make it executable. You can use the following script to deploy.

curl -sSL https://raw.githubusercontent.com/thenets/pmzero/master/docs/install-linux.sh | sudo sh

Docs

NAME:                                                                                                                                                              pmzero - Easiest multi-platform process manager

USAGE:
   pmzero.exe [global options] command [command options] [arguments...]

VERSION:
   0.0.2-alpha

COMMANDS:
   load, l     load a config file
   start, c    start a deployment
   list        list all deployments
   delete      delete a deployment
   stop        stop a deployment
   logs        follow the logs files from a deployment
   foreground  keep running and respawn all deployments
   help, h     Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

# Packages

No description provided by the author