aws / aws/amazon-q-developer-cli
Feature request: a less verbose flag for q chat for bash scripting
Open
non-interactive
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
As a user of Q CLI, I would like to be able to use Q chat in my scripts in order to achieve complex results. For example:
```
cat someDataWarehouseDump.csv | q chat --no-interactive --trust-all --quiet "make me a pretty html report"
```
This way the input and output could be piped and used like any other Unix-like script. Also, the name of the parameter I'll leave it up to you.
Contributor guide
Assessment
This issue has not been assessed yet.