{"id":23712477,"url":"https://github.com/kleister/kleister-cli","last_synced_at":"2026-04-02T16:03:28.193Z","repository":{"id":52683932,"uuid":"53448041","full_name":"kleister/kleister-cli","owner":"kleister","description":"Commandline client for Kleister","archived":false,"fork":false,"pushed_at":"2026-03-16T09:00:57.000Z","size":10811,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-16T21:37:07.364Z","etag":null,"topics":["cli","client","go","golang","kleister","minecraft"],"latest_commit_sha":null,"homepage":"https://kleister.eu","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kleister.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":"DCO","cla":null}},"created_at":"2016-03-08T21:54:08.000Z","updated_at":"2026-03-16T09:01:04.000Z","dependencies_parsed_at":"2026-03-16T11:11:57.484Z","dependency_job_id":null,"html_url":"https://github.com/kleister/kleister-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kleister/kleister-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kleister","download_url":"https://codeload.github.com/kleister/kleister-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleister%2Fkleister-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","client","go","golang","kleister","minecraft"],"created_at":"2024-12-30T19:59:10.812Z","updated_at":"2026-04-02T16:03:28.181Z","avatar_url":"https://github.com/kleister.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kleister: CLI client\n\n[![General Workflow](https://github.com/kleister/kleister-cli/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/kleister-cli/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/bf217141b736464297b3aa6001162cbd)](https://app.codacy.com/gh/kleister/kleister-cli/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![Go Reference](https://pkg.go.dev/badge/github.com/kleister/kleister-cli.svg)](https://pkg.go.dev/github.com/kleister/kleister-cli) [![GitHub Repo](https://img.shields.io/badge/github-repo-yellowgreen)](https://github.com/kleister/kleister-cli) [![Hosted By: Cloudsmith](https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith\u0026style=flat-square)](https://cloudsmith.com)\n\n\u003e [!CAUTION]\n\u003e This project is in active development and does not provide any stable release\n\u003e yet, you can expect breaking changes until our first real release!\n\nWithin this repository we are building the command-line client to interact with\nthe [Kleister API][api] server.\n\n## Install\n\nYou can download prebuilt binaries from the [GitHub releases][releases] or from\nour [download site][downloads]. Besides that we also prepared repositories for\nDEB and RPM packages which can be found at [Cloudsmith][pkgrepo]. If you prefer\nto use containers you could use our images published on [GHCR][ghcr],\n[Docker Hub][dockerhub] or [Quay][quay]. You are a Mac user? Just take a look\nat our [homebrew formula][homebrew]. If you need further guidance how to\ninstall this take a look at our [documentation][docs].\n\nPackage repository hosting is graciously provided by [Cloudsmith][cloudsmith].\nCloudsmith is the only fully hosted, cloud-native, universal package management\nsolution, that enables your organization to create, store and share packages in\nany format, to any place, with total confidence.\n\n## Build\n\nIf you are not familiar with [Nix][nix] it is up to you to have a working\nenvironment for Go (\u003e= 1.24.0) as the setup won't we covered within this guide.\nPlease follow the official install instructions for [Go][golang]. Beside that\nwe are using [go-task][gotask] to define all commands to build this project.\n\n```console\ngit clone https://github.com/kleister/kleister-cli.git\ncd kleister-cli\n\ntask generate build\n./bin/kleister-cli -h\n```\n\nIf you got [Nix][nix] and [Direnv][direnv] configured you can simply execute\nthe following commands to get al dependencies including [go-task][gotask] and\nthe required runtimes installed:\n\n```console\ncat \u003c\u003c EOF \u003e .envrc\nuse flake . --impure --extra-experimental-features nix-command\nEOF\n\ndirenv allow\n```\n\n## Security\n\nIf you find a security issue please contact\n[kleister@webhippie.de](mailto:kleister@webhippie.de) first.\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## Authors\n\n-   [Thomas Boerger](https://github.com/tboerger)\n\n## License\n\nApache-2.0\n\n## Copyright\n\n```console\nCopyright (c) 2018 Thomas Boerger \u003cthomas@webhippie.de\u003e\n```\n\n[api]: https://github.com/kleister/kleister-cli\n[releases]: https://github.com/kleister/kleister-cli/releases\n[downloads]: https://dl.kleister.eu\n[homebrew]: https://github.com/kleister/homebrew-kleister\n[ghcr]: https://github.com/orgs/kleister/packages\n[dockerhub]: https://hub.docker.com/r/kleister/kleister-cli/tags/\n[quay]: https://quay.io/repository/kleister/kleister-cli?tab=tags\n[docs]: https://kleister.eu/\n[nix]: https://nixos.org/\n[golang]: http://golang.org/doc/install.html\n[gotask]: https://taskfile.dev/installation/\n[direnv]: https://direnv.net/\n[pkgrepo]: https://cloudsmith.io/~kleister/repos/general/groups/\n[cloudsmith]: https://cloudsmith.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleister%2Fkleister-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleister%2Fkleister-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleister%2Fkleister-cli/lists"}