Skip to content

Simple, free key/value store based on hetzner-cloud. plz don't sue me

Notifications You must be signed in to change notification settings

Flipez/hcloud-kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

key/value store based on Hetzner Cloud Labels

Implements a simple key/value store by utilizing the ssh-key resource and its labels. As per API spec it supports keys and values with a max lenght of 63 chars. hetzner-kv supports multiple "databases" provided by a flag.

It uses the token specified via env variable HCLOUD_TOKEN

This tool is a PoC only, do not use for anything.

NAME:
   hcloud-kv - hetzner cloud key/value store

USAGE:
   hcloud-kv [global options] command [command options] [arguments...]

COMMANDS:
   init, i  initializes a new database
   set, s   sets a key
   get, g   get a value from given key
   list, l  list all keys
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --db value  database to use (default: "0")
   --help, -h  show help

About

Simple, free key/value store based on hetzner-cloud. plz don't sue me

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages