3
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
7550a7a860 feat: add problem checks + handler feature
the basic idea is to run nightly checks and send email if problems are
found.  it should also support variations on that theme,
e.g. configuring a check to only run on certain weekdays.
2025-08-10 11:07:30 -05:00
c1f3fcc412 docs: add some docs about sending app emails, and logging to email 2024-12-18 22:10:24 -06:00
c1108e3102 fix: add command for wutta make-appdir 2024-12-08 19:33:06 -06:00
Lance Edgar
2deba45588 feat: add wutta top-level command with make-uuid subcommand
i think it only makes sense to have an "opinion" for command line
interface in this project, and we probably need more `wutta`
subcommands too but we'll see.

main motivation for this currently is to allow poser apps to define
their own CLI, in particular e.g. `poser install`
2024-11-23 11:48:28 -06:00
Lance Edgar
5096fd6d3c docs: add another resource link for cli frameworks 2024-06-30 20:31:12 -05:00
Lance Edgar
4de2e6dc6e docs: stop documenting wutta command line framwework
as we will be deprecating and removing it at some point.  `typer`
seems to work well but any other framework could be used
2024-06-30 20:26:25 -05:00
Lance Edgar
4a7729a702 Add docs for handlers, app handler 2023-11-24 15:58:24 -06:00
Lance Edgar
6b110e567a Add docs for subcommands 2023-11-24 14:22:22 -06:00
Lance Edgar
af4c28b286 Add a large chunk of the docs for command line interface
will have to finish subcommands later
2023-11-22 21:40:26 -06:00