var img = document.createElement('img'); img.src = "https://calabrone.net/piwik.php?idsite=2&rec=1&url=https://stinger.io" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Getting Help

Sliver includes some very detailed help commands. Simply run help to get the details of that command:

sliver > help jobs

Command: jobs <options>
About: Manage jobs/listeners.

Usage:
======
jobs [flags]

Flags:
======
-h, --help display help
-k, --kill int kill a background job (default: -1)
-K, --kill-all kill all jobs
-t, --timeout int command timeout in seconds (default: 60)

To view all of the available commands in Sliver, simply run the help command with no options. This will present a nice list.

sliver > help