Run in background
Holesail version 1.7.0 introduces holesail-manager, a new tool to manager and run holesail sessions in background, persist them when the terminal closes and sync them across devices (in future).
To get a quick overview of all the commands, run:
Parameter | Purpose |
---|---|
create <options> | Create a new holesail session, either a server or a client. Any option that you would put after holesail should go after this parameter. |
--name | A unique name to identify the session. |
view <session-name> | View logs for a connection, includes connection details. |
list | List all holesail sessions. |
delete <session-name> | Delete a holesail session. |
stop <session-name> | Stops a running session. |
start <session-name> | Starts a stopped session. |
Examples
To Set a port live :
Connect to a holesail connection:
Give our session a custom name:
View logs of a session:
Delete a session:
Delete all sessions:
Stop a holesail session:
Note: If you did not set a custom connection string, stopping and restarting a session will reset it's connection string.
Start a stopped session:
Last updated