Skip to content

Q CLI is now Kiro CLI and should be invoked as kiro-cli rather than q - #3886

Open
qingxianhao wants to merge 1 commit into
aws:mainfrom
qingxianhao:patch-2
Open

Q CLI is now Kiro CLI and should be invoked as kiro-cli rather than q#3886
qingxianhao wants to merge 1 commit into
aws:mainfrom
qingxianhao:patch-2

Conversation

@qingxianhao

Copy link
Copy Markdown

Issue #, if available:
None.

Description of changes:
Q CLI is now Kiro CLI and should be invoked as kiro-cli rather than q.
Update the command hint in the bug report template to align with the program.
I have also checked the install.sh script inside kirocli-x86_64-linux.zip, and it now only installs these three binaries; q is not included.

CLI_BINARY_NAME="kiro-cli"
CHAT_BINARY_NAME="kiro-cli-chat"
PTY_BINARY_NAME="kiro-cli-term"
...
    install -m 755 "$SCRIPT_DIR/bin/$CLI_BINARY_NAME" "$HOME/.local/bin/"
    install -m 755 "$SCRIPT_DIR/bin/$CHAT_BINARY_NAME" "$HOME/.local/bin/"
    install -m 755 "$SCRIPT_DIR/bin/$PTY_BINARY_NAME" "$HOME/.local/bin/"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

… `q`

I have also checked the `install.sh` script inside `kirocli-x86_64-linux.zip`, and it only installs these three binaries.
```bash
CLI_BINARY_NAME="kiro-cli"
CHAT_BINARY_NAME="kiro-cli-chat"
PTY_BINARY_NAME="kiro-cli-term"
...
    install -m 755 "$SCRIPT_DIR/bin/$CLI_BINARY_NAME" "$HOME/.local/bin/"
    install -m 755 "$SCRIPT_DIR/bin/$CHAT_BINARY_NAME" "$HOME/.local/bin/"
    install -m 755 "$SCRIPT_DIR/bin/$PTY_BINARY_NAME" "$HOME/.local/bin/"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant