0.1.8 • Published 6d agoCLI
@boxem/cli
Licence
MIT
Version
0.1.8
Deps
7
Size
102 kB
Vulns
0
Weekly
1.3K
@boxem/cli
Boxem Build — your FBA command center.
A terminal-based coding agent and data tool for Amazon FBA sellers. Scout products, pull your seller data, and build custom analytics pages — all from the command line.
Install
npm install -g @boxem/cliQuick Start
# Authenticate
boxem login
# Scout a product
boxem scout asin B08N5WRWNW
# Pull your sales data
boxem pull sales --last 30d
# Build custom analytics
boxem build
# Start dev server
boxem dev
# Deploy
boxem deployCommands
| Command | Description |
|---|---|
boxem login |
Connect your Boxem account |
boxem logout |
Disconnect your account |
boxem whoami |
Show current auth status |
boxem scout |
Competitive intelligence (ASIN, seller, store) |
boxem pull |
Pull seller data (sales, inventory, profits) |
boxem build |
AI-powered page builder (interactive) |
boxem dev |
Local dev server |
boxem deploy |
Deploy to Boxem dashboard |
Scout
# Analyze a product
boxem scout asin B08N5WRWNW
# Research a seller
boxem scout seller ATVPDKIKX0DER
# Analyze a storefront
boxem scout store https://amazon.com/stores/BrandName/page/ABC123
# Deep analysis with historical data
boxem scout asin B08N5WRWNW --deep
# JSON output
boxem scout asin B08N5WRWNW --jsonPull
# Sales data
boxem pull sales --last 30d
# Inventory status
boxem pull inventory
# Profit & loss
boxem pull profits
# Export as JSON
boxem pull sales --format json
# Filter by ASIN
boxem pull sales --asin B08N5WRWNWGlobal Flags
| Flag | Description |
|---|---|
--no-color |
Disable colored output |
--json |
Machine-readable JSON output |
-v, --version |
Show version |
-h, --help |
Show help |
Configuration
Credentials are stored in ~/.config/boxem/credentials (encrypted).
Configuration is stored in ~/.config/boxem/config.
Development
# Install dependencies
npm install
# Run in development
npm run dev
# Build
npm run build
# Run compiled
node bin/boxem.jsLicense
MIT