Wheels — Query Commands
wheels count
Count wheel products, optionally filtered.
Usage: efision -r <region> wheels count [filter flags...]
Example (all active):
efision -r demo wheels count
Efision Wheels Count
============================================================
Counting DEMO wheel products... done.
DEMO Region: 7405 active wheel products
Example (filtered):
efision -r au wheels count --brand INOVIT --diameter 19
Efision Wheels Count
============================================================
Counting AU wheel products... done.
Filters: Brand: INOVIT, Diameter: 19
AU Region: 142 wheel products
wheels export
Export wheel products to a CSV file.
Usage: efision -r <region> wheels export [-o <file>] [filter flags...]
| Flag | Short | Default | Description |
|---|---|---|---|
--output | -o | export.csv | Output file path |
CSV columns:
Part Numbers, Brand, Model, Diameter, Width, Profile, Direction, Holes, P.C.D, ET, C/B, Bolts, Base Finish, Procedures, Cap Code, Active, Stock
Example (all active):
efision -r au wheels export -o wheels.csv
Efision Wheels Export
============================================================
Region: AU
Output: wheels.csv
Fetching and exporting... done.
Successfully exported 8044 wheel products!
Output: wheels.csv
Example (filter by brand):
efision -r au wheels export --brand INOVIT -o inovit-wheels.csv
Efision Wheels Export
============================================================
Region: AU
Output: inovit-wheels.csv
Brand: INOVIT
Fetching and exporting... done.
Successfully exported 1951 wheel products!
Output: inovit-wheels.csv
Example (filter by brand, model, and diameter):
efision -r au wheels export --brand INOVIT --model Speed --diameter 19
wheels summary
Show summary statistics for wheel products, optionally filtered.
Usage: efision -r <region> wheels summary [filter flags...]
Example (all):
efision -r demo wheels summary
Wheel Products Summary - DEMO Region
============================================================
Total Products: 7415
Total Models: 574
Brands: 13
By Brand
----------------------------------------
2408
Asuka Racing 623
HEMI 103
Hartes Metal 196
INOVIT 1951
ION 8
...
Example (filtered):
efision -r au wheels summary --brand INOVIT