mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
Use positional source arg for company import
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
e204e03fa6
commit
5a73556871
5 changed files with 9 additions and 12 deletions
|
|
@ -41,7 +41,7 @@ pnpm paperclipai company export <company-id> --out ./exports/acme --include comp
|
|||
|
||||
# Preview import (no writes)
|
||||
pnpm paperclipai company import \
|
||||
--from https://github.com/<owner>/<repo>/tree/main/<path> \
|
||||
https://github.com/<owner>/<repo>/tree/main/<path> \
|
||||
--target existing \
|
||||
--company-id <company-id> \
|
||||
--collision rename \
|
||||
|
|
@ -49,7 +49,7 @@ pnpm paperclipai company import \
|
|||
|
||||
# Apply import
|
||||
pnpm paperclipai company import \
|
||||
--from ./exports/acme \
|
||||
./exports/acme \
|
||||
--target new \
|
||||
--new-company-name "Acme Imported" \
|
||||
--include company,agents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue