Applications (s6 CLI)ΒΆ

This section documents the authored s6.app command pages that ship with Sense Core. The s6 command discovers runnable modules under s6.app and dispatches to their main() functions. Use s6 --list to explore what’s available, or invoke a command directly as s6 <command> [args].

Tip: Every command can also be run with Python directly, e.g. python -m s6.app.<command> [args].

The authored pages here focus on the public commands that currently have maintained operator guidance. Storage-oriented commands are additionally covered in dataset_storage.md.