{"id":36843808,"url":"https://github.com/amphitheatre-app/cli","last_synced_at":"2026-04-02T18:02:25.198Z","repository":{"id":77964650,"uuid":"484365981","full_name":"amphitheatre-app/cli","owner":"amphitheatre-app","description":"Amphitheatre's official command line tool","archived":false,"fork":false,"pushed_at":"2026-03-29T13:13:09.000Z","size":1498,"stargazers_count":5,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T16:30:33.884Z","etag":null,"topics":["cli","devops","pipeline","rust"],"latest_commit_sha":null,"homepage":"https://docs.amphitheatre.app/cli/","language":"Rust","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/amphitheatre-app.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-22T09:02:31.000Z","updated_at":"2026-03-29T13:13:12.000Z","dependencies_parsed_at":"2025-11-28T14:06:30.100Z","dependency_job_id":null,"html_url":"https://github.com/amphitheatre-app/cli","commit_stats":null,"previous_names":[],"tags_count":83,"template":false,"template_full_name":null,"purl":"pkg:github/amphitheatre-app/cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amphitheatre-app%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amphitheatre-app%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amphitheatre-app%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amphitheatre-app%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amphitheatre-app","download_url":"https://codeload.github.com/amphitheatre-app/cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amphitheatre-app%2Fcli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"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","devops","pipeline","rust"],"created_at":"2026-01-12T14:31:05.786Z","updated_at":"2026-04-02T18:02:25.171Z","avatar_url":"https://github.com/amphitheatre-app.png","language":"Rust","readme":"# Amphitheatre’s official command line tool\n\n`amp` is Amphitheatre on the command line. It brings develop, deploy and other\nAmphitheatre concepts to the terminal next to where you are already working with\nKubernetes and your code.\n\n[![License](https://img.shields.io/github/license/amphitheatre-app/cli)](https://github.com/amphitheatre-app/cli/blob/main/LICENSE)\n[![GitHub contributors](https://img.shields.io/github/contributors/amphitheatre-app/cli)](https://github.com/amphitheatre-app/cli/graphs/contributors)\n[![GitHub issues](https://img.shields.io/github/issues/amphitheatre-app/cli)](https://github.com/amphitheatre-app/cli/issues)\n\n## Documentation\n\nDocs are available at https://docs.amphitheatre.app/cli/ - we are still working\non refining it and contributions are welcome!\n\n## Installation\n\n### Pre-build binaries\n\nBinaries for Windows, Linux and macOS are available from [Github release page](https://github.com/amphitheatre-app/cli/releases/latest).\n\n\n### From source\n\nTo build Amphitheatre CLI from source, you will need to have Git, Rust and Cargo installed.\n\nFrom a terminal, you can now run the following commands:\n\n```\ngit clone https://github.com/amphitheatre-app/cli.git\ncd cli\ncargo build --release\n```\n\nCompilation will probably take a few minutes depending on your machine.\nThe binary will end up in `./target/release/amp`.  You can move it in your `$PATH` to have the `amp` command available globally:\n\n```\ncp target/release/amp ~/.cargo/bin/amp\n```\n\n### Install the latest development build through git\n\nTo get the latest bug fixes and features, you can install the development version from git. However, this is not fully tested. That means you're probably going to have more bugs despite having the latest bug fixes.\n\n```\ncargo install --git https://github.com/amphitheatre-app/cli.git amp\n```\n\nThis will download the CLI from the master branch, and install it in Cargo's global binary directory (`~/.cargo/bin/` by default).\n\nRun `amp --help` for a list of all the available commands. Furthermore, you can run `amp \u003ccommand\u003e --help` to get help with a specific command.\n\n## Contributing\n\nIf anything feels off, or if you feel that some functionality is missing, please\ncheck out the [contributing page](https://docs.amphitheatre.app/contributing/).\nThere you will find instructions for sharing your feedback, building the tool\nlocally, and submitting pull requests to the project.\n\n## License\n\nCopyright (c) The Amphitheatre Authors. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n      https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famphitheatre-app%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famphitheatre-app%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famphitheatre-app%2Fcli/lists"}