AWS cloudshell documentation change
Summary
Rebranded all references from 'Amazon Q CLI' to 'Kiro CLI', updated command syntax (e.g., 'q chat' to 'kiro-cli'), changed documentation links to Kiro-specific resources, restructured sections, and added new authentication requirements section
Security assessment
The changes primarily involve product rebranding and command syntax updates rather than addressing security vulnerabilities. While there are updates to IAM policy references and a new authentication section, these appear to be documentation maintenance rather than responses to security issues or introduction of new security features. The authentication section simply references external documentation without detailing specific security controls.
Diff
diff --git a/cloudshell/latest/userguide/q-cli-features-in-cloudshell.md b/cloudshell/latest/userguide/q-cli-features-in-cloudshell.md index 099924528..6c114d3ee 100644 --- a//cloudshell/latest/userguide/q-cli-features-in-cloudshell.md +++ b//cloudshell/latest/userguide/q-cli-features-in-cloudshell.md @@ -5 +5 @@ -Amazon Q inline suggestions in CloudShellUsing Q chat command in CloudShellUsing Q translate command in CloudShellCLI command completion in CloudShellIdentity-based policy for Amazon Q CLI in CloudShell +Using Kiro chat command in CloudShellUsing Kiro translate command in CloudShellCLI command completion in CloudShellKiro inline suggestions in CloudShellIdentity-based policy for Kiro CLI in CloudShell @@ -7 +7 @@ Amazon Q inline suggestions in CloudShellUsing Q chat command in CloudShellUsing -# Using Amazon Q CLI in CloudShell +# Using Kiro CLI in CloudShell @@ -9 +9 @@ Amazon Q inline suggestions in CloudShellUsing Q chat command in CloudShellUsing -The Amazon Q CLI is a command-line interface that allows you to interact with Amazon Q. For more information, see [Using Amazon Q Developer on the command line](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html) in the _Amazon Q Developer User Guide_. +The Kiro CLI is a command-line interface that allows you to interact with Kiro. For more information, see [Core Features of Kiro CLI ](https://kiro.dev/docs/cli/#core-features) in the _Kiro User Guide_. @@ -11 +11 @@ The Amazon Q CLI is a command-line interface that allows you to interact with Am -Amazon Q CLI in CloudShell allows you to interact in natural language conversations, ask questions, and receive responses from Amazon Q all from your terminal. You can get the related shell command that reduces the need to search for, remember syntax, and receive command suggestions as you type in the terminal. +Kiro CLI in CloudShell allows you to interact in natural language conversations, ask questions, and receive responses from Kiro all from your terminal. You can get the related shell command that reduces the need to search for, remember syntax, and receive command suggestions as you type in the terminal. @@ -13 +13 @@ Amazon Q CLI in CloudShell allows you to interact in natural language conversati -If you don’t see Amazon Q CLI features in CloudShell, contact your administrator to provide you IAM permissions. For more information, see [Identity-based policy examples for Amazon Q Developer](https://docs.aws.amazon.com/en_us/amazonq/latest/qdeveloper-ug/security_iam_id-based-policy-examples.html) in the _Amazon Q Developer User Guide_. +If you don't see Kiro CLI features in CloudShell, contact your administrator to provide you IAM permissions. For more information, see [Identity-based policy examples for Kiro Developer](https://kiro.dev/docs/cli/privacy-and-security/iam-permissions/) in the _Kiro User Guide_. @@ -15 +15 @@ If you don’t see Amazon Q CLI features in CloudShell, contact your administrat -This chapter explains how you can use Amazon Q CLI features in CloudShell. +This chapter explains how you can use Kiro CLI features in CloudShell. @@ -17 +17 @@ This chapter explains how you can use Amazon Q CLI features in CloudShell. -## Using Amazon Q inline suggestions in CloudShell +Some Kiro CLI features require authentication. For more information, see [Authentication](https://kiro.dev/docs/cli/authentication/) in the _Kiro User Guide_. @@ -19 +19 @@ This chapter explains how you can use Amazon Q CLI features in CloudShell. -The Amazon Q inline suggestions in CloudShell provide you with command suggestions as you type in the terminal. For more information, see [Amazon Q inline on the command line](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-inline.html) in the _Amazon Q Developer User Guide_. +## Using Kiro chat command in CloudShell @@ -21 +21 @@ The Amazon Q inline suggestions in CloudShell provide you with command suggestio -**To use Amazon Q inline suggestions in CloudShell** +The `kiro-cli` command allows you to ask questions and receive responses from Kiro all from your terminal. To initiate a conversation with Kiro, run `kiro-cli` command in the CloudShell terminal. For more information, see [Chatting with Kiro in the CLI](https://kiro.dev/docs/cli/chat/) in the _Kiro User Guide_. @@ -23 +23 @@ The Amazon Q inline suggestions in CloudShell provide you with command suggestio - 1. From the AWS Management Console, Choose **CloudShell**. +## Using Kiro translate command in CloudShell @@ -25 +25 @@ The Amazon Q inline suggestions in CloudShell provide you with command suggestio - 2. On the CloudShell terminal, switch to Z shell, and start typing. To switch to Z shell, type `zsh` in the terminal, and then press **Enter**. +The `kiro-cli translate` command allows you to write natural language instruction. To translate with Kiro, run `kiro-cli translate` command in the CloudShell terminal. For more information, see [Translating from natural language to bash](https://kiro.dev/docs/cli/reference/cli-commands/#kiro-cli-translate) in the _Kiro User Guide_. @@ -27 +27 @@ The Amazon Q inline suggestions in CloudShell provide you with command suggestio -###### Note +## CLI command completion in CloudShell @@ -29 +29 @@ The Amazon Q inline suggestions in CloudShell provide you with command suggestio -Currently, Amazon Q inline is only supported in Z shell. +CLI completion in CloudShell provides suggestions for commands and options as you type in the terminal. For more information, see [Generating command line completion](https://kiro.dev/docs/cli/autocomplete/) in _Kiro User Guide_. @@ -31 +31 @@ Currently, Amazon Q inline is only supported in Z shell. -When you start typing your command, Amazon Q will make suggestions based on your current input and previous commands. Inline suggestions are automatically enabled. +## Using Kiro inline suggestions in CloudShell @@ -32,0 +33 @@ When you start typing your command, Amazon Q will make suggestions based on your +The Kiro inline suggestions in CloudShell provide you with command suggestions as you type in the terminal. For more information, see [Kiro inline on the command line](https://kiro.dev/docs/cli/autocomplete/#inline-suggestions) in the _Kiro User Guide_. @@ -33,0 +35 @@ When you start typing your command, Amazon Q will make suggestions based on your +**To use Kiro inline suggestions in CloudShell** @@ -34,0 +37 @@ When you start typing your command, Amazon Q will make suggestions based on your + 1. From the AWS Management Console, Choose **CloudShell**. @@ -36 +39 @@ When you start typing your command, Amazon Q will make suggestions based on your -To disable the inline suggestions, run the following command: + 2. On the CloudShell terminal, switch to Z shell, and start typing. To switch to Z shell, type `zsh` in the terminal, and then press **Enter**. @@ -38 +41 @@ To disable the inline suggestions, run the following command: -`q inline disable` +###### Note @@ -40 +43,3 @@ To disable the inline suggestions, run the following command: -To enable the inline suggestions, run the following command: +Currently, Kiro inline is only supported in Z shell. + +When you start typing your command, Kiro will make suggestions based on your current input and previous commands. Inline suggestions are automatically enabled. @@ -42 +46,0 @@ To enable the inline suggestions, run the following command: -`q inline enable` @@ -44 +47,0 @@ To enable the inline suggestions, run the following command: -## Using Q chat command in CloudShell @@ -46 +48,0 @@ To enable the inline suggestions, run the following command: -The `q chat` command allows you to ask questions and receive responses from Amazon Q all from your terminal. To initiate a conversation with Amazon Q, run `q chat` command in the CloudShell terminal. For more information, see [Chatting with Amazon Q in the CLI](https://docs.aws.amazon.com/en_us/amazonq/latest/qdeveloper-ug/command-line-chat.html) in the _Amazon Q Developer User Guide_. @@ -48 +50 @@ The `q chat` command allows you to ask questions and receive responses from Amaz -## Using Q translate command in CloudShell +To disable the inline suggestions, run the following command: @@ -50 +52 @@ The `q chat` command allows you to ask questions and receive responses from Amaz -The `q translate` command allows you to write natural language instruction. To translate with Amazon Q, run `q translate` command in the CloudShell terminal. For more information, see [Translating from natural language to bash](https://docs.aws.amazon.com/en_us/amazonq/latest/qdeveloper-ug/command-line-conversation.html) in the _Amazon Q Developer User Guide_. +`kiro-cli inline disable` @@ -52 +54 @@ The `q translate` command allows you to write natural language instruction. To t -## CLI command completion in CloudShell +To enable the inline suggestions, run the following command: @@ -54 +56 @@ The `q translate` command allows you to write natural language instruction. To t -CLI completion in CloudShell provides suggestions for commands and options as you type in the terminal. For more information, see [Generating command line completion](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-autocomplete.html) in _Amazon Q Developer User Guide_. +`kiro-cli inline enable` @@ -56 +58 @@ CLI completion in CloudShell provides suggestions for commands and options as yo -## Identity-based policy for Amazon Q CLI in CloudShell +## Identity-based policy for Kiro CLI in CloudShell @@ -58 +60 @@ CLI completion in CloudShell provides suggestions for commands and options as yo -To use Amazon Q CLI in CloudShell, make sure you have the required IAM permissions. For more information, see [Identity-based policy examples for Amazon Q Developer](https://docs.aws.amazon.com/en_us/amazonq/latest/qdeveloper-ug/security_iam_id-based-policy-examples.html) in the _Amazon Q Developer User Guide_. +To use Kiro CLI in CloudShell, make sure you have the required IAM permissions. For more information, see [Identity-based policy examples for Kiro Developer](https://kiro.dev/docs/cli/privacy-and-security/iam-permissions/) in the _Kiro User Guide_.