{"id":47879887,"url":"https://github.com/qdrant/qcloud-cli","last_synced_at":"2026-04-21T14:04:18.374Z","repository":{"id":346777092,"uuid":"1177033463","full_name":"qdrant/qcloud-cli","owner":"qdrant","description":"The Command Line Interface for Qdrant Cloud","archived":false,"fork":false,"pushed_at":"2026-04-14T10:11:49.000Z","size":530,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-14T11:27:24.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/qdrant.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-09T16:17:58.000Z","updated_at":"2026-04-14T10:11:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qdrant/qcloud-cli","commit_stats":null,"previous_names":["qdrant/qcloud-cli"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/qdrant/qcloud-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fqcloud-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fqcloud-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fqcloud-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fqcloud-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qdrant","download_url":"https://codeload.github.com/qdrant/qcloud-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qdrant%2Fqcloud-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31795334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":[],"created_at":"2026-04-04T01:42:33.857Z","updated_at":"2026-04-14T12:00:46.932Z","avatar_url":"https://github.com/qdrant.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qcloud - The CLI for Qdrant Cloud\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/qdrant/qdrant/raw/master/docs/logo-dark.svg\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/qdrant/qdrant/raw/master/docs/logo-light.svg\"\u003e\n      \u003cimg height=\"100\" alt=\"Qdrant\" src=\"https://github.com/qdrant/qdrant/raw/master/docs/logo.svg\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cb\u003eThe official command-line interface for managing Qdrant Cloud\u003c/b\u003e\n\u003c/p\u003e\n\n`qcloud` is the CLI for [Qdrant Cloud](https://qdrant.tech/). It lets you manage clusters, authentication and anything the API has to offer with a terminal experience.\n\n[![asciicast](https://asciinema.org/a/ijIHYveH9SCBZEBX.svg)](https://asciinema.org/a/ijIHYveH9SCBZEBX)\n\n## Disclaimer\n\n`qcloud` currently is under heavy development. The output and command shape can heavily change from version to version.\n\n\n## Installation\n\n### From GitHub Releases\n\nDownload the latest release from [GitHub Releases](https://github.com/qdrant/qcloud-cli/releases).\n\nSelect the archive that matches your OS and CPU architecture, extract it, and place the `qcloud` binary somewhere in your `PATH` (e.g. `~/.local/bin` or `/usr/local/bin`).\n\n\u003e **macOS:** The binary is not signed. If macOS blocks it, run `xattr -d com.apple.quarantine qcloud` after extracting. In the future we will sign the binary so that this step is not needed.\n\n\u003e If `~/.local/bin` is not in your `PATH`, you can use `/usr/local/bin` instead (requires `sudo`).\n\n### From source\n\nWith Go installed, you can build and install directly from source:\n\n```sh\ngo install github.com/qdrant/qcloud-cli/cmd/qcloud@latest\n```\n\n### Verify\n\n```sh\nqcloud version\n```\n\n\n## Quick Start\n\nBefore using `qcloud`, create a management API key and note your account ID from the [Qdrant Cloud UI](https://cloud.qdrant.io).\n\n```sh\n# 1. Create a context with your credentials\nqcloud context set my-cloud \\\n  --api-key \u003cYOUR_API_KEY\u003e \\\n  --account-id \u003cYOUR_ACCOUNT_ID\u003e\n\n# 2. List available cloud providers and regions\nqcloud cloud-provider list\nqcloud cloud-region list --cloud-provider aws\n\n# 3. Create a cluster by specifying resources (waits until healthy)\n#    Use --cpu, --ram, --disk to select\n#    a matching package automatically.\nqcloud cluster create \\\n  --cloud-provider aws \\\n  --cloud-region us-east-1 \\\n  --cpu 2000m \\\n  --ram 8GiB \\\n  --disk 50GiB \\\n  --name my-cluster \\\n  --wait\n\n# 4. Describe your new cluster\nqcloud cluster describe \u003cCLUSTER_ID\u003e\n\n# 5. Create an API key for it\nqcloud cluster key create \u003cCLUSTER_ID\u003e --name my-key\n```\n\n\n## Configuration\n\n`qcloud` can be configured in three ways, listed here from lowest to highest precedence:\n\n**Config file** at `~/.config/qcloud/config.yaml` (override with `--config`). Stores named contexts so you can switch between accounts and environments.\n\n**Named contexts** allow you to save and switch between sets of credentials:\n\n```sh\nqcloud context set my-cloud --api-key \u003cKEY\u003e --account-id \u003cID\u003e\nqcloud context use my-cloud\nqcloud context show\n```\n\n**Environment variables** override the active context:\n\n| Variable                  | Description                                 |\n|---------------------------|---------------------------------------------|\n| `QDRANT_CLOUD_API_KEY`    | API key for authentication                  |\n| `QDRANT_CLOUD_ACCOUNT_ID` | Account ID to operate against               |\n| `QDRANT_CLOUD_ENDPOINT`   | API endpoint URL (defaults to Qdrant Cloud) |\n| `QDRANT_CLOUD_CONTEXT`    | Name of the context to use                  |\n\nPass `--json` to any command for machine-readable output.\n\n\n## Getting Help\n\nFound a bug or something not working as expected? [Open an issue](https://github.com/qdrant/qcloud-cli/issues/new) on GitHub and include:\n\n- The `qcloud` version (`qcloud version`)\n- The command you ran and the output you got\n- Your OS and architecture\n\n\n## Acknowledgements\n\n`qcloud` is inspired by and partially based on [hetznercloud/cli](https://github.com/hetznercloud/cli). Thank you to the Hetzner Cloud team and contributors for building such a well-designed CLI that we could learn from.\n\n\n## Contributing\n\nIf you are interested in contributing follow the instructions in [CONTRIBUTING.md](./CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Fqcloud-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqdrant%2Fqcloud-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqdrant%2Fqcloud-cli/lists"}