1# vi: set ft=conf2[windows] dos2unix help.txt34# start soft serve5exec soft serve --sync-hooks &6# wait for SSH server to start7ensureserverrunning SSH_PORT89soft --help10cmpenv stdout help.txt1112# stop the server13[windows] stopserver14[windows] ! stderr .1516-- help.txt --17Soft Serve is a self-hostable Git server for the command line.1819Usage:20 ssh -p $SSH_PORT localhost [command]2122Available Commands:23 help Help about any command24 info Show your info25 jwt Generate a JSON Web Token26 pubkey Manage your public keys27 repo Manage repositories28 set-username Set your username29 settings Manage server settings30 token Manage access tokens31 user Manage users3233Flags:34 -h, --help help for this command3536Use "ssh -p $SSH_PORT localhost [command] --help" for more information about a command.