Commit graph

7 commits

Author SHA1 Message Date
Jonas Platte
412aaae106
Upgrade tracing-subscriber
… and remove EnvFilterClone workaround.
2025-09-16 10:48:45 +02:00
Charles Hall
a04951541a
don't check canonicalized paths while sandboxed
Because the configured paths won't exist in the sandbox, so
canonicalization would fail.
2025-03-21 16:25:42 -07:00
Andreas Fuchs
26ba489aa3 Add a "check-config" command to validate config files & tests for it 2024-11-01 12:08:17 -04:00
Charles Hall
b03c2a15b3
add observability infrastructure for cli subcmds 2024-10-25 11:27:11 -07:00
Benjamin Lee
5315bac0c5
split out separate error type for serve command 2024-09-21 14:11:40 -07:00
Benjamin Lee
86515d53cc
move 'serve' command logic into a submodule of 'cli'
The changes to 'main.rs' and 'cli/serve.rs' in this commit are almost
pure code-motion.
2024-09-21 14:11:39 -07:00
Benjamin Lee
be87774a3b
set up structure for multiple cli commands
The previous cli is now behind the 'serve' subcommand.
2024-09-21 14:11:26 -07:00