feat(services): Add comprehensive development services management (v1.17.0)
- Implemented gitzone services command for managing MongoDB and MinIO containers - Added smart port assignment (20000-30000 range) to avoid conflicts - Project-specific container names for complete isolation - Data persistence in .nogit/ directories - MongoDB Compass connection string generation with network IP detection - Auto-configuration via .nogit/env.json with secure defaults - Commands: start, stop, restart, status, config, compass, logs, remove, clean - Interactive confirmations for destructive operations - Comprehensive documentation and Task Venture Capital GmbH legal update
This commit is contained in:
		
							
								
								
									
										11
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								package.json
									
									
									
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| { | ||||
|   "name": "@git.zone/cli", | ||||
|   "private": false, | ||||
|   "version": "1.16.10", | ||||
|   "version": "1.17.0", | ||||
|   "description": "A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.", | ||||
|   "main": "dist_ts/index.ts", | ||||
|   "typings": "dist_ts/index.d.ts", | ||||
| @@ -60,6 +60,11 @@ | ||||
|     "@git.zone/tsbuild": "^2.3.2", | ||||
|     "@git.zone/tsrun": "^1.3.3", | ||||
|     "@git.zone/tstest": "^1.0.96", | ||||
|     "@push.rocks/smartdelay": "^3.0.5", | ||||
|     "@push.rocks/smartfile": "^11.2.0", | ||||
|     "@push.rocks/smartinteract": "^2.0.16", | ||||
|     "@push.rocks/smartnetwork": "^4.1.2", | ||||
|     "@push.rocks/smartshell": "^3.2.3", | ||||
|     "@types/node": "^22.15.18" | ||||
|   }, | ||||
|   "dependencies": { | ||||
| @@ -73,11 +78,8 @@ | ||||
|     "@push.rocks/projectinfo": "^5.0.2", | ||||
|     "@push.rocks/smartchok": "^1.0.34", | ||||
|     "@push.rocks/smartcli": "^4.0.11", | ||||
|     "@push.rocks/smartdelay": "^3.0.5", | ||||
|     "@push.rocks/smartdiff": "^1.0.3", | ||||
|     "@push.rocks/smartfile": "^11.2.0", | ||||
|     "@push.rocks/smartgulp": "^3.0.4", | ||||
|     "@push.rocks/smartinteract": "^2.0.15", | ||||
|     "@push.rocks/smartjson": "^5.0.20", | ||||
|     "@push.rocks/smartlegal": "^1.0.27", | ||||
|     "@push.rocks/smartlog": "^3.0.9", | ||||
| @@ -89,7 +91,6 @@ | ||||
|     "@push.rocks/smartpath": "^5.0.18", | ||||
|     "@push.rocks/smartpromise": "^4.2.3", | ||||
|     "@push.rocks/smartscaf": "^4.0.16", | ||||
|     "@push.rocks/smartshell": "^3.2.3", | ||||
|     "@push.rocks/smartstream": "^3.2.5", | ||||
|     "@push.rocks/smartunique": "^3.0.9", | ||||
|     "@push.rocks/smartupdate": "^2.0.6", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user