## Features - [ ] Configure gcp service account credentials - [ ] configure kubectl contexts ## Issues - [ ] failed command log should not be like this ``` ls: cannot access '/root/.kube': No such file or directory ✗ Command failed with exit code 2 ``` - [ ] We do not need log for successful command ``` ✓ Command executed successfully (exit code: 0) ``` - [ ] We need a loading state or loader when things are happening bcz it's looks like nothing is happening for a long time. - [ ] We need a yolo mode for command execution
Features
Issues