Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 468 Bytes

050-design-tenets.md

File metadata and controls

11 lines (9 loc) · 468 Bytes
title expires_at tags
Design Tenets
never
diego-release
cfdot

Design Tenets

  • 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 with bash and other line-based UNIX utilities.