- macOS:
- DMG: Download now
- Linux:
Thank you so much for considering to contribute to Amazon Q.
Before getting started, see our contributing docs.
- MacOS
- Xcode 13 or later
- Brew
git clone https://github.com/aws/amazon-q-developer-cli.git
2. Install the Rust toolchain using Rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default stable
rustup toolchain install nightly
cargo install typos-cli
- To compile and run:
cargo run --bin chat_cli
. - To run tests:
cargo test
. - To run lints:
cargo clippy
. - To format rust files:
cargo +nightly fmt
. - To run subcommands:
cargo run --bin chat_cli -- {subcommand}
.- Login would then be:
cargo run --bin chat_cli -- login
- Login would then be:
chat_cli
- theq
CLI, allows users to interface with Amazon Q Developer from the command linescripts/
- Contains ops and build related scriptscrates/
- Contains all rust cratesdocs/
- Contains technical documentation
For security related concerns, see here.
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.