{"id":21964531,"url":"https://github.com/intob/rkteer","last_synced_at":"2025-03-22T21:22:08.350Z","repository":{"id":43659787,"uuid":"458814910","full_name":"intob/rkteer","owner":"intob","description":"Rocketeer, a rocketkv CLI","archived":false,"fork":false,"pushed_at":"2022-03-04T21:51:46.000Z","size":283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T08:04:09.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intob.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-13T13:18:49.000Z","updated_at":"2022-02-26T17:44:10.000Z","dependencies_parsed_at":"2022-09-04T10:42:00.880Z","dependency_job_id":null,"html_url":"https://github.com/intob/rkteer","commit_stats":null,"previous_names":["dr-useless/gobler","intob/gobler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Frkteer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Frkteer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Frkteer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intob%2Frkteer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intob","download_url":"https://codeload.github.com/intob/rkteer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245021301,"owners_count":20548318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T12:24:06.869Z","updated_at":"2025-03-22T21:22:08.316Z","avatar_url":"https://github.com/intob.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rkteer\n\nRocketeer, a CLI for rocketkv.\nUsing the [client package](https://github.com/intob/rocketkv/tree/main/client) in rocketkv.\n\n# bind\n```\n./rkteer bind $NETWORK $ADDRESS --a $AUTH\n```\nBind writes the connection details to the local (pwd) config file.\n\n### $NETWORK\nThis can be any value supported by Go stdlib's `net.Conn` [Dial](https://pkg.go.dev/net?utm_source=gopls#Dial) method.\n\nFor example `unix`, or `tcp`.\n\n### $ADDRESS\nAs per [$NETWORK](#$NETWORK), can be any value supported by the Dial method, depending on your choice of network.\n\n### --a $AUTH\nThe `-a` auth flag is for the (optional) auth secret, as set in your rkteer config.\n\n# get\n```\n./rkteer get $KEY\n```\nFairly self-explanatory; get the value for a given key.\n\n# set\n```\n./rkteer set $KEY $VALUE --ttl $TTL\n```\nWrite a value for a given key.\n\n### $TTL\nOptional. This is the number of seconds after which the key will expire, and be cleaned up.\n\n# del\n```\n./rkteer del $KEY\n```\nRemoves the given key.\n\n# list\n```\n./rkteer list $KEY_PREFIX\n```\nThis will stream (individually) every key that matches the prefix.\n\n# count\n```\n./rkteer count $KEY_PREFIX\n```\nReturns the count of keys that match the given prefix. If no prefix is given, the count will be of all keys in the KV store.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintob%2Frkteer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintob%2Frkteer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintob%2Frkteer/lists"}