Description
Implement a comprehensive clean command to help developers reset their KubeOrchestra environment. This command
should handle Docker resources, cloned repositories, and various caches with appropriate safety measures.
Motivation
Developers often need to:
- Start fresh after configuration issues
- Clean up disk space from Docker resources
- Remove test data and reset databases
- Switch between different project setups
- Troubleshoot by starting from a clean state
Implementation Tasks
Core Functionality:
Docker Cleanup:
Repository Cleanup:
Cache and Build Cleanup:
Configuration Cleanup:
Description
Implement a comprehensive clean command to help developers reset their KubeOrchestra environment. This command
should handle Docker resources, cloned repositories, and various caches with appropriate safety measures.
Motivation
Developers often need to:
Implementation Tasks
Core Functionality:
cmd/clean.gowith clean commandcmd/root.goDocker Cleanup:
Repository Cleanup:
Cache and Build Cleanup:
Configuration Cleanup: