# vi: set ft=conf [windows] dos2unix help.txt # start soft serve exec soft serve --sync-hooks & # wait for server to start waitforserver soft --help cmpenv stdout help.txt # stop the server [windows] stopserver [windows] ! stderr . -- help.txt -- Soft Serve is a self-hostable Git server for the command line. Usage: ssh -p $SSH_PORT localhost [command] Available Commands: help Help about any command info Show your info jwt Generate a JSON Web Token org Manage organizations pubkey Manage your public keys repo Manage repositories set-username Set your username settings Manage server settings token Manage access tokens user Manage users Flags: -h, --help help for this command Use "ssh -p $SSH_PORT localhost [command] --help" for more information about a command.