1# vi: set ft=conf
2[windows] dos2unix help.txt
3
4# start soft serve
5exec soft serve --sync-hooks &
6# wait for server to start
7waitforserver
8
9soft --help
10cmpenv stdout help.txt
11
12# stop the server
13[windows] stopserver
14[windows] ! stderr .
15
16-- help.txt --
17Soft Serve is a self-hostable Git server for the command line.
18
19Usage:
20 ssh -p $SSH_PORT localhost [command]
21
22Available Commands:
23 help Help about any command
24 info Show your info
25 jwt Generate a JSON Web Token
26 pubkey Manage your public keys
27 repo Manage repositories
28 set-username Set your username
29 settings Manage server settings
30 token Manage access tokens
31 user Manage users
32
33Flags:
34 -h, --help help for this command
35
36Use "ssh -p $SSH_PORT localhost [command] --help" for more information about a command.