Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

feat: enhanced kubectl apply #303

Open Ramilito opened 1 week ago

Ramilito commented 1 week ago

We should display more info than filename in the prompt. For example, current namespace and context. A diff maybe?

Ramilito commented 1 week ago

@mosheavni what do you think? I'm always scared to press apply since I'm not 100% sure what will be the consequences

mosheavni commented 1 week ago

maybe implementing a basic diff (not using any external program) of the changes and a confirmation buffer?

Ramilito commented 1 week ago

Yeah my thoughts as well