mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Support GitHub shorthand refs for company import
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
5a73556871
commit
e6df9fa078
6 changed files with 215 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue