-
Notifications
You must be signed in to change notification settings - Fork 0
File Processing
github-actions[bot] edited this page Jun 25, 2026
·
1 revision
- Shell actions:
nself plugin file-processing <action> [args...] - TypeScript CLI:
npx nself-file-processing <command> [args...]
| Action | Syntax | Arguments | Options/Defaults |
|---|---|---|---|
init |
nself plugin file-processing init |
none | Installs/builds TS layer when needed |
server |
nself plugin file-processing server |
none | Uses PORT (default 3104) |
worker |
nself plugin file-processing worker |
none | Uses FILE_QUEUE_CONCURRENCY (default 3) |
process |
nself plugin file-processing process <file-id> <file-path> |
file-id, file-path
|
Sends POST /api/jobs
|
stats |
nself plugin file-processing stats |
none | DB-backed stats output |
cleanup |
nself plugin file-processing cleanup [retention_days] |
optional retention_days
|
Default retention 30 days |
| Command | Syntax | Arguments | Options |
|---|---|---|---|
init |
npx nself-file-processing init |
none | none |
process |
npx nself-file-processing process <file-id> <file-path> |
file-id, file-path
|
none |
stats |
npx nself-file-processing stats |
none | none |
cleanup |
npx nself-file-processing cleanup |
none | -d, --days <days> |
# Boot
nself plugin file-processing init
nself plugin file-processing server
nself plugin file-processing worker
# Queue one file for processing
nself plugin file-processing process file_123 uploads/image.jpg
# Maintenance
nself plugin file-processing stats
nself plugin file-processing cleanup 45plugins/file-processing/actions/*.shplugins/file-processing/ts/src/cli.ts
- Commands
- File Processing Commands
- GitHub Commands
- ID.me Commands
- Jobs Commands
- Notifications Commands
- Realtime Commands
- Shopify Commands
- Stripe Commands
View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)
- Access-Controls
- Admin-Api
- AI-CLI
- AI-Studio
- Alerts
- Analytics
- API
- Audit
- Audit-Analytics
- Audit-Log
- Auth-Enterprise
- Backup
- BYOK
- CDC
- CDN
- CI
- Claw-CLI
- Cloudflare
- Compliance
- Content-Acquisition
- Content-Progress
- Content-Safety
- Costs
- CRDT
- Cron
- DDNS
- Devices
- DLQ
- Documents
- Dogfood
- Donorbox
- DR
- E2EE
- Encryption
- Entitlements
- Event-Bus
- Family-Ancestry
- Family-FamilySearch
- Family-GEDCOM
- Family-MyHeritage
- Family-WikiTree
- Feature-Flags
- Federation
- File-Processing
- Flags
- Forgejo
- Functions-V8
- Game-Metadata
- Gateway
- Gauth
- GDPR
- Geocoding
- GitHub
- GitHub-Runner
- HIPAA
- Home
- IDme
- Infra
- Invitations
- Job-Queue
- Jobs
- K8s
- Link-Preview
- Maintenance
- MDNS
- Media-Processing
- Meetings
- MLflow
- Model
- Monitor
- Monitoring
- Notifications
- Notify
- nSelf-Cloud
- nSelf-Eval-Gate
- nSelf-Geo
- nSelf-Image
- nSelf-PDF
- nSelf-Scan
- nSelf-Sync
- nSelf-Vault
- Object-Storage
- Observability
- Ollama
- Payments
- PayPal
- Pentest
- Pentest-Kit
- Plugin-ClawDE
- Plugin-Gauth
- Plugin-LLM-Gateway
- Plugin-PTY
- Plugin-Retrieval
- Podcast
- Post
- Push
- Queue
- Region
- Release
- Retro-Gaming
- Rom-Discovery
- Search
- Sentry-CLI
- Shared-Utils
- Shopify
- SIEM
- SMS
- Soak
- Sports
- Storage
- Storage-Transform
- Stripe
- Subtitle-Manager
- Tenant
- Tenant-Controller
- TMDB
- Tokens
- Torrent-Manager
- Transactional-Email
- VPN
- WAF
- Warehouse
- Watchdog
- Web3
- Webhooks
- Workflows
Related