Pig LogoPig Docs
Piglet Reference

CLI

Command-line interface for the Piglet process

Basic Commands

Help

Display help information about available commands:

piglet --help

Start

Start the Piglet server in local mode:

piglet start

This will start the Piglet server on localhost (default port 3000).

Join

Connect the Piglet to Pig's control server for remote access:

piglet join --secret SK-YOUR-SECRET-KEY

Get your API key here

On this page