This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
Releases: avvo/rsh
Releases · avvo/rsh
v0.1.2
Adds the Container
config option (also available with -o Container=
):
Container
:
Specifies how to choose the container to log in to. The argument may be one
offirst
(use the first executable container),menu
(display a menu of
the available containers), orauto
(display a menu only when there is
more than one container and a TTY is requested). The default isfirst
.
v0.1.1
Fix for consistent "Couldn't find container."
Seems that it's possible to get Rancher in to a state where the permissions system thinks you're not meant to see any projects (aka environments), but you're also an admin so can see all of them with a slightly different query. The different query also seems to work like the regular query for projects when you're not an admin, so no harm in doing it all the time.
v0.1.0
v0.1.0-alpha2
- fix bug with escape sequences being printed to output
- do login rather than exec /bin/sh
- accept command arg
- better handling of setting up the terminal
v0.1.0-alpha
Initial release