https://github.com/notnite/hhm-cli
spin up and down servers because it's funny
https://github.com/notnite/hhm-cli
Last synced: 11 months ago
JSON representation
spin up and down servers because it's funny
- Host: GitHub
- URL: https://github.com/notnite/hhm-cli
- Owner: NotNite
- License: mit
- Created: 2023-02-28T15:46:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T15:46:45.000Z (over 3 years ago)
- Last Synced: 2025-01-10T04:23:49.364Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hhm-cli
spin up and down servers because it's funny
## example config
```toml
prefix = "hhm-cli"
api_key = "no"
ssh_keys = ["main"]
image = "debian-11"
instance_type = "cpx11"
zone = "ash"
cloud_init = """#cloud-config
runcmd:
- echo "hello, %HHM_ID%"
"""
[labels]
spun_with = "hhm-cli"
```