{"id":25968891,"url":"https://github.com/dicedb/dicedb-cli","last_synced_at":"2025-03-04T22:35:39.604Z","repository":{"id":259219520,"uuid":"875484169","full_name":"DiceDB/dicedb-cli","owner":"DiceDB","description":"A command line interface for DiceDB","archived":false,"fork":false,"pushed_at":"2025-02-25T17:40:48.000Z","size":66,"stargazers_count":19,"open_issues_count":10,"forks_count":28,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-03T05:35:52.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dicedb.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiceDB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-20T05:17:32.000Z","updated_at":"2025-02-25T17:40:45.000Z","dependencies_parsed_at":"2024-10-23T16:26:19.949Z","dependency_job_id":"48eda21b-e202-4944-b735-2721f513e927","html_url":"https://github.com/DiceDB/dicedb-cli","commit_stats":null,"previous_names":["dicedb/dicedb-cli"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdicedb-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdicedb-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdicedb-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiceDB%2Fdicedb-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiceDB","download_url":"https://codeload.github.com/DiceDB/dicedb-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241934460,"owners_count":20044818,"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":"2025-03-04T22:35:39.054Z","updated_at":"2025-03-04T22:35:39.585Z","avatar_url":"https://github.com/DiceDB.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DiceDB CLI\n\nThis is a command line interface for [DiceDB](https://dicedb.io).\n\n## Get Started\n\n### Using cURL\n\nThe best way to connect to DiceDB is using [DiceDB CLI](https://github.com/dicedb/dicedb-cli) and you can install it by running the following command\n\n```bash\n$ sudo su\n$ curl -sL https://raw.githubusercontent.com/dicedb/dicedb-cli/refs/heads/master/install.sh | sh\n```\n\nIf you are working on unsupported OS (as per above script), you can always follow the installation instructions mentioned in the [dicedb/cli](https://github.com/dicedb/dicedb-cli) repository.\n\n### Building from source\n\n```sh\n$ git clone https://github.com/dicedb/dicedb-cli\n$ cd dicedb-cli\n$ make build\n```\n\nThe above command will create a binary `dicedb-cli`. Execute the binary will\nstart the CLI and will try to connect to the DiceDB server.\n\n## Usage\n\nRun the executable to start the interactive prompt (REPL)\n\n```bash\n$ dicedb-cli\n```\n\nYou should see\n\n```sh\nlocalhost:7379\u003e\n```\n\nTo connect to some other host or port, you can pass the flags `--host` and `--port` with apt parameters.\nYou can also get all available parameters by firing\n\n```sh\n$ dicedb-cli --help\n```\n\n## Firing commands\n\nYou can execute any DiceDB command directly:\n\n```bash\nlocalhost:7379\u003e SET k1 v1\nOK OK\nlocalhost:7379\u003e GET k1\nOK \"v1\"\nlocalhost:7379\u003e DEL k1\nOK 1\n```\n\nYou can find all available commands at [dicedb.io/docs](https://dicedb.io/docs).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdicedb%2Fdicedb-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdicedb%2Fdicedb-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdicedb%2Fdicedb-cli/lists"}