Commit Graph

3 Commits (553875155211333678d2ea4b3d79af82f8c165ce)

Author SHA1 Message Date
tyzbit 906138181e
fix(misc plugins): split up multiline commands, use less -K everywhere (#2348)
`less -K` makes ctrl+c work with `less`.

When running commands in k9s that use less, sometimes the command doesn't ever return or the user doesn't wait for it to finish. Issuing ctrl+c to a command with a simple `| less` puts k9s into an unfixable state, requiring restarting because `less` never quits. With `less -K`, ctrl+c quits `less` and the user should always be returned to a working `k9s` session.

I also used multiline strings in a few places which improve readability and remove the need for double quotes in many places as many commands had gotten long.
2023-12-18 08:31:38 -07:00
Alex Barbato 8af2bea737
Update carvel.yml to include contexts (#2103)
Adding context to the example carvel file
2023-05-28 07:03:30 -06:00
Guillaume Berche 871a52d8d0
Plugin support for carvel kapp CR (#1830)
* Plugin support for carvel kapp CR

Shortcuts to call carvel kctrl cli

See https://carvel.dev/kapp-controller/docs/develop/management-command/#app

* Update carvel.yml
2022-10-30 07:04:15 -06:00