@xperr/setup
v0.1.3
Published
XPERR Factory Setup CLI - Local system detection and configuration
Downloads
344
Readme
@xperr/setup
CLI tool for XPERR Factory setup - detects your local development environment and syncs with the XPERR wizard.
Installation
npx @xperr/setup detectOr install globally:
npm install -g @xperr/setup
xperr-setup detectCommands
detect
Detect your system information and installed development tools.
# Interactive mode
xperr-setup detect
# JSON output
xperr-setup detect --json
# Send results to wizard session
xperr-setup detect --report <session-id>scan
Full environment scan with categorized tools.
xperr-setup scan
xperr-setup scan --category aiconfig
Manage factory configuration.
xperr-setup config show
xperr-setup config init --name "My Factory"
xperr-setup config export ./backup.json
xperr-setup config import ./backup.jsonverify
Verify system requirements and connectivity.
xperr-setup verify
xperr-setup verify --api https://xperr.winData Collected
When using --report, the following information is sent to the XPERR API:
- System: OS, architecture, hostname, CPU model, RAM size
- Software: Installed versions of Node.js, npm, Git, Docker, etc.
- Services: Running containers, VMs, tunnels
No credentials or file contents are ever transmitted.
Requirements
- Node.js 20+
- npm 10+
License
MIT
