warehouse
v2.0.0Warehouse - command-line tool for everyday use Use when you need warehouse.
Installation
Please help me install the skill `warehouse` from SkillHub official store.
npx skills add bytesagain3/warehouse
Warehouse
Data warehouse toolkit — schema design, query optimization, data partitioning, aggregation pipelines, and storage management.
Commands
| Command | Description |
|---|---|
warehouse run |
Execute main function |
warehouse list |
List all items |
warehouse add <item> |
Add new item |
warehouse status |
Show current status |
warehouse export <format> |
Export data |
warehouse help |
Show help |
Usage
# Show help
warehouse help
# Quick start
warehouse run
Examples
# Run with defaults
warehouse run
# Check status
warehouse status
# Export results
warehouse export json
- Run
warehouse helpfor all commands - Data stored in
~/.local/share/warehouse/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
Output
Results go to stdout. Save with warehouse run > output.txt.
Configuration
Set WAREHOUSE_DIR to change data directory. Default: ~/.local/share/warehouse/