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 org Manage organizations
27 pubkey Manage your public keys
28 repo Manage repositories
29 set-username Set your username
30 settings Manage server settings
31 token Manage access tokens
32 user Manage users
33
34Flags:
35 -h, --help help for this command
36
37Use "ssh -p $SSH_PORT localhost [command] --help" for more information about a command.