[!IMPORTANT]
This open source project is no longer being actively maintained and will only receive critical security fixes. Amazon Q Developer CLI is now available as Kiro CLI, a closed-source product. For the latest features and updates, please use Kiro CLI.
“Amazon Web Services” and all related marks, including logos, graphic designs, and service names, are trademarks or trade dress of AWS in the U.S. and other countries. AWS’s trademarks and trade dress may not be used in connection with any product or service that is not AWS’s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits AWS.
Amazon Q CLI
Installation
brew install --cask amazon-qContributing
Thank you so much for considering to contribute to Amazon Q.
Before getting started, see our contributing docs.
Prerequisites
1. Clone repo
2. Install the Rust toolchain using Rustup:
3. Develop locally
cargo run --bin chat_cli.cargo test.cargo clippy.cargo +nightly fmt.cargo run --bin chat_cli -- {subcommand}.cargo run --bin chat_cli -- loginProject Layout
chat_cli- theqCLI, allows users to interface with Amazon Q Developer from the command linescripts/- Contains ops and build related scriptscrates/- Contains all rust cratesdocs/- Contains technical documentationSecurity
For security related concerns, see here.
Licensing
This repo is dual licensed under MIT and Apache 2.0 licenses.
Those licenses can be found here and here.
“Amazon Web Services” and all related marks, including logos, graphic designs, and service names, are trademarks or trade dress of AWS in the U.S. and other countries. AWS’s trademarks and trade dress may not be used in connection with any product or service that is not AWS’s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits AWS.