Björn Benouarets 86c7872991 Initial project structure with CLI foundation
- Set up main CLI entry point with argparse architecture
- Implement complete tenant management system (CRUD operations)
- Add PostgreSQL database connection layer with configuration
- Create user management interface foundation
- Implement rich terminal UI with formatted tables
- Add interactive prompts with questionary library
- Include comprehensive project documentation
- Set up modular command structure with Parser/Command pattern
2025-12-04 05:44:03 +01:00

SecNex Automation CLI

This is a CLI to automate for SecNex cloud environment.

Commands

tenant

tenant create / tenant new

Create a new tenant.

tenant list / tenant ls

List all tenants.

tenant delete

Delete a tenant.

Description
No description provided
Readme 32 KiB
Languages
Python 100%