Skip to content

license

Display the Ritual project license (AGPLv3).

Terminal window
./ritual license [options]
OptionDescription
--plainOutput license text directly to stdout

View the license in an interactive pager (press q or ESC to exit):

Terminal window
./ritual license

The pager only opens when it can be driven interactively — when stdout is not a terminal, or prompts are unavailable (--no-input / RITUAL_NO_INPUT, or stdin is not a terminal), the text is printed straight to stdout as if --plain were passed, instead of blocking in less.

Print the license text to stdout (useful for piping or scripting):

Terminal window
./ritual license --plain

Save the license to a file:

Terminal window
./ritual license --plain > LICENSE.txt