mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-19 04:00:38 +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
|
|
@ -170,6 +170,19 @@ pnpm secrets:migrate-inline-env # dry run
|
|||
pnpm secrets:migrate-inline-env --apply # apply migration
|
||||
```
|
||||
|
||||
## Company Deletion Toggle
|
||||
|
||||
Company deletion is intended as a dev/debug capability and can be disabled at runtime:
|
||||
|
||||
```sh
|
||||
PAPERCLIP_ENABLE_COMPANY_DELETION=false
|
||||
```
|
||||
|
||||
Default behavior:
|
||||
|
||||
- `local_trusted`: enabled
|
||||
- `authenticated`: disabled
|
||||
|
||||
## CLI Client Operations
|
||||
|
||||
Paperclip CLI now includes client-side control-plane commands in addition to setup commands.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue