https://github.com/gregros/dictum
https://github.com/gregros/dictum
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregros/dictum
- Owner: GregRos
- License: mit
- Created: 2025-02-16T19:49:56.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-16T19:53:06.000Z (4 months ago)
- Last Synced: 2025-02-16T20:30:00.272Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dictum
Runs commands on the containers of a pod with a specific user (root by default).
## Usage
```bash
$ dictum run -s "[app=nginx]" -u root -C /bin/bash
```