Crates.io | bash-kv |
lib.rs | bash-kv |
version | 1.0.0 |
source | src |
created_at | 2022-02-22 15:11:09.591291 |
updated_at | 2022-02-22 15:11:09.591291 |
description | A simple bash kv store |
homepage | |
repository | https://github.com/minhajuddin/kv |
max_upload_size | |
id | 537323 |
size | 14,312 |
A simple key-value store. Helps you in storing urls and other misc.
kv set es_url https://prd.es.hyperngn.com
# ^ 0 exit code and no output
kv get es_url
# ^ 0 exit code with following output on
# https://prd.es.hyperngn.com
kv del es_url
# ^ 0 exit code and no output
kv list
# ^ 0 exit code with following output on
#es_url\thttps://prd.es.hyperngn.com