app: add sidecar sync commands (export, detect, import, resolve, full export/import)

This commit is contained in:
2026-05-31 05:29:03 +02:00
parent d1394ce7bb
commit 4b31a0f74b
43 changed files with 1685 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
mod enqueue_job;
mod start_job;
mod complete_job;
mod fail_job;
mod manage_plugin;
mod configure_pipeline;