trustgraph/trustgraph-cli
Sunny Yang 76c4763b9b
feat: add tg-export-workspace / tg-import-workspace bundle commands (#877) (#1019)
Phase 1 (config only): export a workspace's full configuration as a
portable .tgx bundle (gzipped tar with manifest.json and one
pretty-printed, self-describing JSON file per config key under
config/<type>/), and import it into another deployment or workspace.

Import defaults to WorkspaceInit's re-run semantics (existing keys kept,
missing keys added; --overwrite replaces), supports --workspace rename,
--dry-run, and --config-only, and refuses to silently drop knowledge
data from future Phase-2 bundles it cannot import yet.
2026-07-03 15:16:39 +01:00
..
trustgraph/cli feat: add tg-export-workspace / tg-import-workspace bundle commands (#877) (#1019) 2026-07-03 15:16:39 +01:00
pyproject.toml feat: add tg-export-workspace / tg-import-workspace bundle commands (#877) (#1019) 2026-07-03 15:16:39 +01:00
README.md Maint/rename pkg (#88) 2024-09-30 22:20:26 +01:00