Corrects upterm session set --help and its man page: a session a guest has already claimed also exits 0. No behaviour changes since v0.32.0.
Upgrading from v0.31? v0.32.0 changed:
upterm session infoandupterm session stopexit 4, not 1, when no session has the name. Other failures still exit 1;session waitis unchanged.--authorized-user github:NAMEfetches the user's public keys from github.com anonymously, logging a warning, whengh auth tokendoes not answer within 5 s; before, the session failed to start. GitHub Enterprise hosts andgithub:NAME@HOSTreferences still fail.- New:
upterm session set NAME --join-timeout Dsets a running session's join timeout, counted from now: open a session during a build and give people a window to join after it. Each call restarts the window;0disables it. Once a guest has joined, the session is claimed andsetchanges nothing.session info -o jsonandupterm host --detach -o jsonshowjoinTimeout,joinDeadlineandjoinStateSource.
Changelog
- c6a9045: docs(session): list "already claimed" among session set's exit-0 outcomes (#597) (@owenthereal)
- 7d75e57: test(e2e): wait for the session to be ready before attaching (#596) (@owenthereal)