Support GitHub shorthand refs for company import

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta
2026-03-23 06:47:32 -05:00
parent 5a73556871
commit e6df9fa078
6 changed files with 215 additions and 9 deletions

View File

@@ -41,9 +41,10 @@ pnpm paperclipai company export <company-id> --out ./exports/acme --include comp
# Preview import (no writes)
pnpm paperclipai company import \
https://github.com/<owner>/<repo>/tree/main/<path> \
<owner>/<repo>/<path> \
--target existing \
--company-id <company-id> \
--ref main \
--collision rename \
--dry-run