Skip to content

Releases: ANVEAI/systemadmin-cli-v2

SystemAdmin-CLI v2.0.0 - Professional System Administration Toolkit

05 Jul 12:08

Choose a tag to compare

🚀 SystemAdmin-CLI v2.0.0 - Production Ready

🎯 What's New in v2.0.0

🛠️ Core Features

  • 8 MCP Tools: Complete system administration toolkit with safety-first approach
  • 7 CLI Commands: Full command-line interface with beautiful UX
  • Cross-Platform Support: Linux & macOS compatibility with automatic detection
  • Safety-First Architecture: 4 layers of protection with dry-run modes

🔧 Available Tools

  • Package Management: install_package, remove_package with safety validation
  • Service Control: manage_service (systemctl/launchctl support)
  • System Monitoring: system_info, manage_processes with detailed diagnostics
  • File Operations: cleanup_files with intelligent dry-run mode
  • System Updates: update_system with security-focused options
  • Command Execution: execute_command with risk assessment

🎨 CLI Commands

  • system info - Comprehensive system diagnostics
  • install <package> - Safe package installation
  • service <action> - Service management
  • cleanup <path> - Intelligent file cleanup
  • process list/kill - Process monitoring
  • update --upgrade - System updates
  • mcp-server test - MCP server control

🔒 Safety Features

  • Validation Layer: Input validation and sanitization
  • Risk Assessment: Automated risk analysis for all operations
  • Confirmation Layer: User confirmation for destructive operations
  • Execution Layer: Monitored execution with rollback capabilities
  • Dry-Run Mode: Test operations without making changes

📱 Platform Support

  • Linux: apt, yum, dnf, pacman, zypper support
  • macOS: homebrew and launchctl integration
  • Auto-Detection: Automatic package manager detection
  • Service Management: Cross-platform service control

🧪 Testing & Quality

  • 100% Test Coverage: All 15 core tests passing
  • Cross-Platform Testing: Verified on Linux and macOS
  • Safety Mechanism Testing: Comprehensive validation
  • Enterprise-Grade: Production-ready with proper error handling

🎯 Perfect For

  • System Administrators: Professional toolkit for daily operations
  • DevOps Engineers: Automation-friendly with safety built-in
  • Developers: Cross-platform development environment management
  • IT Teams: Enterprise-grade safety and audit trails

📚 Quick Start

# Install globally
npm install -g systemadmin-cli-v2

# Start using
sysadmin-cli system info
sysadmin-cli install docker
sysadmin-cli service start nginx

🔗 Links

Built with ❤️ for the system administration community