An open API service indexing awesome lists of open source software.

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

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"
```