{"id":13478115,"url":"https://github.com/hopinc/cli","last_synced_at":"2026-04-07T15:36:02.385Z","repository":{"id":45688790,"uuid":"508605963","full_name":"hopinc/cli","owner":"hopinc","description":"💻 Interact with Hop in your terminal","archived":false,"fork":false,"pushed_at":"2024-01-02T19:45:17.000Z","size":1789,"stargazers_count":79,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-13T10:36:12.229Z","etag":null,"topics":["async","clap","cli","command-line","rust"],"latest_commit_sha":null,"homepage":"https://docs.hop.io/cli","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hopinc.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-06-29T08:20:04.000Z","updated_at":"2025-02-07T10:29:58.000Z","dependencies_parsed_at":"2024-01-02T20:47:29.186Z","dependency_job_id":null,"html_url":"https://github.com/hopinc/cli","commit_stats":{"total_commits":392,"total_committers":9,"mean_commits":43.55555555555556,"dds":"0.028061224489795866","last_synced_commit":"0d18673c726fed59d05288cadcc70c3742bc65fb"},"previous_names":["hopinc/hop_cli"],"tags_count":120,"template":false,"template_full_name":null,"purl":"pkg:github/hopinc/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopinc%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopinc%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopinc%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopinc%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hopinc","download_url":"https://codeload.github.com/hopinc/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hopinc%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31518626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["async","clap","cli","command-line","rust"],"created_at":"2024-07-31T16:01:52.721Z","updated_at":"2026-04-07T15:36:02.362Z","avatar_url":"https://github.com/hopinc.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Hop CLI\n\n[![Build and release](https://github.com/hopinc/hop_cli/actions/workflows/release.yml/badge.svg)](https://github.com/hopinc/hop_cli/actions/workflows/release.yml)\n\nThe Hop CLI allows you to interface with Hop services through your command line. It can be used as a replacement for the [Console](https://console.hop.io/).\n\n## Installation\n\n\u003e Any of the following will make the `hop` command available to you.\n\n### Arch Linux\n\nUse your favorite AUR helper to install the package (e.g. paru):\n\n```bash\nparu -S hop-cli\n```\n\n### Windows\n\nInstall with the [Hop Windows Installer 64bit](https://download.hop.sh/windows/x86_64) or the [Hop Windows Installer 32bit](https://download.hop.sh/windows/i686)\n\n### Homebrew\n\n```bash\nbrew install hopinc/tap/hop\n```\n\n### Linux, MacOS and FreeBSD\n\nIt can be installed with our universal install script:\n\n```bash\ncurl -fsSL https://download.hop.sh/install | sh\n```\n\n### Source\n\nTo build the application from the source code, you'll first need to install [Rust](https://www.rust-lang.org/tools/install). Then, once you've cloned the repository, you can execute this command within the directory:\n\n```bash\ncargo install --path .\n```\n\n## Logging In\n\nTo get started, you need to log in to your Hop account through the CLI:\n\n```bash\nhop auth login\n```\n\nA browser window will open the Hop Console and prompt you to allow the CLI to connect to your account. Once done, you will be redirected back.\n\nThat's all! You can now start using the CLI.\n\n## Usage\n\n### Projects\n\nYou can set a default project to use which will automatically be applied to every command.\n\n```bash\nhop projects switch\n```\n\nYou can override it by passing the `--project` argument. For example, `hop deploy --project api`.\n\n### Deploying\n\nTo deploy a project directory, first navigate to the directory through `cd` and then execute:\n\n```bash\nhop deploy\n```\n\nThis will deploy the project to Hop, or create a new one if you don't have a Hopfile (`hop.yml`) already.\n\n### Linking\n\nTo link a project to a service, first navigate to the directory through `cd` and then execute:\n\n```bash\nhop link\n```\n\nThis will link the directory to the deployment and create a Hopfile (`hop.yml`).\n\n## Contributing\n\nContributions are welcome! Please open an issue or pull request if you find any bugs or have any suggestions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopinc%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhopinc%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopinc%2Fcli/lists"}