mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 19:20:39 +09:00
docs: sync docs and skills updates from backup branch
This commit is contained in:
parent
8ee063c4e5
commit
cabd16bc70
60 changed files with 209 additions and 246 deletions
13
doc/CLI.md
13
doc/CLI.md
|
|
@ -84,8 +84,21 @@ export PAPERCLIP_API_KEY=...
|
|||
```sh
|
||||
pnpm paperclip company list
|
||||
pnpm paperclip company get <company-id>
|
||||
pnpm paperclip company delete <company-id-or-prefix> --yes --confirm <same-id-or-prefix>
|
||||
```
|
||||
|
||||
Examples:
|
||||
|
||||
```sh
|
||||
pnpm paperclip company delete PAP --yes --confirm PAP
|
||||
pnpm paperclip company delete 5cbe79ee-acb3-4597-896e-7662742593cd --yes --confirm 5cbe79ee-acb3-4597-896e-7662742593cd
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
- Deletion is server-gated by `PAPERCLIP_ENABLE_COMPANY_DELETION`.
|
||||
- With agent authentication, company deletion is company-scoped. Use the current company ID/prefix (for example via `--company-id` or `PAPERCLIP_COMPANY_ID`), not another company.
|
||||
|
||||
## Issue Commands
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue