title | expires_at | tags | ||
---|---|---|---|---|
Design Tenets |
never |
|
- Execution is stateless: configuration is specified either as flags or as environment variables.
- Conform to UNIX conventions of successful output on stdout and error messages on stderr.
- For BBS API commands, output is a stream of JSON values, one per line, optimal for processing with
jq
and suitable for processing withbash
and other line-based UNIX utilities.