implement run tool that allows running command on more than one node conveniently

This commit is contained in:
Huy Pham 2020-04-22 15:38:29 -07:00
parent 20ecdf70d0
commit 03e291d215
3 changed files with 137 additions and 0 deletions

11
Pipfile Normal file
View file

@ -0,0 +1,11 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
[requires]
python_version = "3.7"