8 Commits

Author SHA1 Message Date
sHa
b1f912dfe3 Refactor: Improve service restart logic to check status and start if not running 2025-12-19 03:17:37 +02:00
sHa
c380e15935 Refactor: Enhance command help and add clean functionality for service management 2025-12-19 03:09:24 +02:00
sHa
c684dba387 Refactor: Implement auto-discovery of compose file in logs, shell, exec, and exec-pipe commands 2025-11-18 00:04:57 +02:00
sHa
81af25e22f services detection upd 2025-11-17 23:49:31 +02:00
sHa
7c61c261d8 improove help 2025-11-04 17:45:37 +02:00
sHa
8590bbb4c2 Refactor: Add [no-cd] annotations to MySQL and container management scripts for improved clarity and consistency 2025-09-27 20:32:23 +03:00
sHa
fff020439d Refactor: Remove unnecessary [group] annotations from management scripts 2025-09-27 11:50:57 +03:00
sHa
d3fec4b85a 🚀 MAJOR: Full migration to Just modules with modern features
BREAKING CHANGES:
- Complete restructure to Just module architecture (requires Just 1.31.0+)
- Command syntax changed: 'just postgres-sql' → 'just postgres sql'
- Import syntax changed: import → mod declarations

NEW FEATURES:
 Module-based architecture with optional modules
 Built-in Just colors ({{RED}}, {{GREEN}}, etc.) replace custom variables
 Enhanced [confirm] attributes for all destructive operations
 Organized [group('name')] attributes for better UX
 Modern justfile with comprehensive help system
 Updated documentation with migration guide

MODULES:
📦 postgres/    - PostgreSQL operations (sql, check, create-database, etc.)
📦 mysql/       - MySQL operations (sql, check, create-user, etc.)
📦 volumes/     - Volume management (clean-all, remove, list)
📦 container/   - Container operations (start, stop, logs, shell, exec)
📦 registry/    - Registry auth (login, logout, check)
📦 images/      - Image operations (build, push, pull, tag, clean)

USAGE:
just postgres sql "SELECT version();"
just volumes clean-all
just images build myapp

This is Just Commons v2.0 - a complete modernization using all of Just's latest features.
2025-09-27 02:27:53 +03:00