An open API service indexing awesome lists of open source software.

https://github.com/tilt-dev/tilt-pod-shell

opens a shell in a pod run by a tilt resource, and automatically switches to new pods on change
https://github.com/tilt-dev/tilt-pod-shell

Last synced: 9 months ago
JSON representation

opens a shell in a pod run by a tilt resource, and automatically switches to new pods on change

Awesome Lists containing this project

README

          

# tilt-pod-shell

Opens a shell in a pod created by a Tilt resource and switches to new pods for that resource as they come up.

```
$ go run ./cmd/tilt-pod-shell/ vigoda
opening shell in pod matt-vigoda-564ddf9dd9-p7bkz
/go # command terminated with exit code 137
waiting for new pod id
opening shell in pod matt-vigoda-564ddf9dd9-hcc9q
/go #
```