The repository for Apolo SDK library and Apolo CLI tool.
Please look at SDK readme and CLI readme for details.
- Update
app.rstwhen modifying the SDK - Respect
root.quietflag to suppress non-essential output - Colorize output: use bold for important info, red for errors
- Update
test_shell_completion.pywhen adding commands - Use formatters for table output instead of direct formatting
- Test formatters with
rich_cmp(console) - Regenerate ASCII files with
pytest --rich-gen - Create changelog entries:
towncrier create <num>.(bugfix|feature|doc|removal|misc) --edit