Commit Graph

6 Commits (ca72490350a6576cdae7824b5e0bd5782401a11c)

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
tyzbit 337ad9e402
add flux plugin image reconciliation commands (#1445) 2023-11-12 16:22:10 -07:00
Guillaume Berche 0002fef5e3
Update flux.yml with shortcuts for helm repo and oci repos (#2141) 2023-08-05 08:55:15 -06:00
Guillaume Berche 61f7534612
flux.yml plugin now displays stderr messages (#1829)
Stderr were previously not piped into less
2022-10-30 07:03:39 -06:00
Roman Kuznetsov 638d7d4442
Fix flux plugin to properly handle trace (#1753)
@kuznero Thank you!
2022-09-18 07:08:22 -06:00
RichieSams 309465e2b6
Fix the flux plugin to use the context of the currently running instance (#1366)
Rather than the default context.

This means if you run k9s --context XXX, any flux commands run by the plugin will run on the correct context
2022-01-24 17:07:12 -07:00