Internal CLI tool for automating PCX/VPSX administrative tasks.
-
✅ Commitment Book Management
- Single/multiple store setup
- Bulk generation from templates
- All 9 commitment book types
-
🚧 User Management (Coming Soon)
-
🚧 Report Breakouts (Coming Soon)
-
🚧 Destination Management (Coming Soon)
-
Clone the repository
-
Create virtual environment:
python -m venv venv venv\Scripts\activate # Windows
-
Install dependencies:
pip install -r requirements.txt
Run the CLI tool:
python pcx_cli.py
pcx-automation/
├── pcx_cli.py # Main CLI entry point
├── config/ # Configuration and mappings
├── modules/ # Feature modules
├── templates/ # PCX template generators
├── utils/ # Utilities and helpers
└── data/ # Generated files
- Python 3.11+
- Virtual environment (venv) recommended
- Follow existing patterns when adding new modules