Add a README.md
This commit is contained in:
parent
79bd5f17a6
commit
37044415c1
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# mk-testnet
|
||||||
|
|
||||||
|
Show usage:
|
||||||
|
|
||||||
|
```help
|
||||||
|
python3 main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo python3 main.py create ./config.yml
|
||||||
|
sudo python3 main.py run-all example/deploy_garage.sh
|
||||||
|
sudo python3 main.py run dc1:dc1s1 garage -c /tmp/garage-testnet/dc1/dc1s1/garage.toml status
|
||||||
|
sudo python3 main.py destroy
|
||||||
|
```
|
Loading…
Reference in a new issue