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
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-pod-shell
- Owner: tilt-dev
- Created: 2021-05-12T18:13:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T18:13:35.000Z (about 5 years ago)
- Last Synced: 2025-02-21T23:18:26.047Z (over 1 year ago)
- Language: Go
- Size: 4.45 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 #
```