Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Releases: avvo/rsh

v0.1.2

23 Feb 21:16
Compare
Choose a tag to compare

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
    of first (use the first executable container), menu (display a menu of
    the available containers), or auto (display a menu only when there is
    more than one container and a TTY is requested). The default is first.

v0.1.1

16 Nov 22:26
Compare
Choose a tag to compare

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

16 Oct 16:57
Compare
Choose a tag to compare
version 0.1.0

v0.1.0-alpha2

18 Aug 23:43
Compare
Choose a tag to compare
v0.1.0-alpha2 Pre-release
Pre-release
  • 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

16 Aug 16:22
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Initial release