Command reference
Command reference
Every command and flag, generated from the binary.
The pages under here are generated from the CLI's own command tree by cmd/docsgen, so the
flags documented are the flags the binary has. CI regenerates them and fails if anything moved,
which is what stops this reference drifting from the code.
To regenerate after changing a command:
make docsDo not edit these by hand
Changes to the generated pages are overwritten. Edit the command's Short, Long and flag
usage strings in Go instead; they are the source.
Shape of the command set
Commands are noun-verb: the noun is the thing, the verb is what you do to it.
wallapop search "bici"
wallapop item show HASH
wallapop user items USER
wallapop chat send CONV TEXT
wallapop watch add search "bici"See Global flags for flags that apply everywhere.