When debugging, users often paste the output of their Juju client commands to https://paste.ubuntu.com. This can be an annoying 30 seconds or so, particularly when one is already annoyed because something has broken.
It’s actually kind of cool so I created a zsh pipe alias for it
alias -g P='|pastebinit'
Now I can do
juju status P
https://paste.ubuntu.com/p/C4J9S8czdD/
And I get the link right back.
I think that folks might want to use other pastebins and such and I’d rather make that the job of a plugin or other tool vs building into Juju personally, but I think highlighting that these tools are out there and making it part of things like bug filing notes/instructions is a really worthwhile endeavor.