Skip to content

Sheh Command Lines

waxodium edited this page May 14, 2026 · 1 revision

Sheh CLI documentations

Shell Exposed HTTP uses Commander.js as the command line interface and managing command lines.

Example Usage

sheh help shell
sheh server --child 3

Usage

sheh [options] [command]

Options

  • -v, --version display sheh local version
  • -h, --help show the manual

Commands

  • help [command]: show the quick manual or display info about the command
  • version: print sheh local version
  • shell: show sheh detected shell
  • server: manage sheh servers
    • --child [number]: start sheh with the amount as [number] simultaneously, on CTRL-C kills every process child

Clone this wiki locally