From 9f2f4ff33fc9804073139d0424deec235a99a486 Mon Sep 17 00:00:00 2001 From: Abhay Date: Thu, 20 Oct 2022 12:04:10 +0530 Subject: [PATCH 01/10] add codecommit commands on cli --- pages/common/codecommit.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/codecommit.md diff --git a/pages/common/codecommit.md b/pages/common/codecommit.md new file mode 100644 index 0000000000000..093bb796a30d5 --- /dev/null +++ b/pages/common/codecommit.md @@ -0,0 +1,24 @@ +# codecommit + +> AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. +> More information: . + +- Install aws cli: + +`msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi` + +- Run this command to verify that the CodeCommit commands for the AWS CLI are installed: + +`aws codecommit help` + +- Configure the AWS CLI with a profile + +`aws configure` + +- To view a list of all available CodeCommit commands + +`aws codecommit help` + +- To view information about a CodeCommit command + +`aws codecommit command-name help` From a838306c29c93df8c56129deb26d2eff26206acf Mon Sep 17 00:00:00 2001 From: Abhay Date: Thu, 20 Oct 2022 12:06:51 +0530 Subject: [PATCH 02/10] fix the colon issue --- pages/common/codecommit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/codecommit.md b/pages/common/codecommit.md index 093bb796a30d5..8b98f3aa7e2c6 100644 --- a/pages/common/codecommit.md +++ b/pages/common/codecommit.md @@ -11,14 +11,14 @@ `aws codecommit help` -- Configure the AWS CLI with a profile +- Configure the AWS CLI with a profile: `aws configure` -- To view a list of all available CodeCommit commands +- To view a list of all available CodeCommit commands: `aws codecommit help` -- To view information about a CodeCommit command +- To view information about a CodeCommit command: `aws codecommit command-name help` From 2a21f66e2973a0abe7dbc121d49d8db22f667a91 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 20 Oct 2022 20:17:08 +0530 Subject: [PATCH 03/10] Update and rename codecommit.md to aws-codecommit.md --- pages/common/{codecommit.md => aws-codecommit.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pages/common/{codecommit.md => aws-codecommit.md} (97%) diff --git a/pages/common/codecommit.md b/pages/common/aws-codecommit.md similarity index 97% rename from pages/common/codecommit.md rename to pages/common/aws-codecommit.md index 8b98f3aa7e2c6..8c087db8e01bf 100644 --- a/pages/common/codecommit.md +++ b/pages/common/aws-codecommit.md @@ -1,4 +1,4 @@ -# codecommit +# aws codecommit > AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. > More information: . From f767b8fa779b961fa53c935bf200e85cecbaea5d Mon Sep 17 00:00:00 2001 From: Abhay Date: Thu, 20 Oct 2022 21:49:55 +0530 Subject: [PATCH 04/10] fix: change the name of commands and the reference to the docs --- pages/common/codecommit.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pages/common/codecommit.md b/pages/common/codecommit.md index 8b98f3aa7e2c6..147c4aa85d04b 100644 --- a/pages/common/codecommit.md +++ b/pages/common/codecommit.md @@ -3,11 +3,7 @@ > AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. > More information: . -- Install aws cli: - -`msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi` - -- Run this command to verify that the CodeCommit commands for the AWS CLI are installed: +- View a list of all subcommands: `aws codecommit help` @@ -15,10 +11,10 @@ `aws configure` -- To view a list of all available CodeCommit commands: +- Display help: `aws codecommit help` -- To view information about a CodeCommit command: +- View information about a specific CodeCommit command: -`aws codecommit command-name help` +`aws codecommit {{command-name}} help` From 47ab485a625403d03b911299e85feec0528b02ed Mon Sep 17 00:00:00 2001 From: Abhay Date: Thu, 20 Oct 2022 21:51:46 +0530 Subject: [PATCH 05/10] fix: the requested changes --- pages/common/codecommit.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/codecommit.md diff --git a/pages/common/codecommit.md b/pages/common/codecommit.md new file mode 100644 index 0000000000000..147c4aa85d04b --- /dev/null +++ b/pages/common/codecommit.md @@ -0,0 +1,20 @@ +# codecommit + +> AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. +> More information: . + +- View a list of all subcommands: + +`aws codecommit help` + +- Configure the AWS CLI with a profile: + +`aws configure` + +- Display help: + +`aws codecommit help` + +- View information about a specific CodeCommit command: + +`aws codecommit {{command-name}} help` From 95f5e5ea236dae59ed63c86c6dd8a70eb97b0a66 Mon Sep 17 00:00:00 2001 From: Abhay Date: Fri, 21 Oct 2022 19:23:41 +0530 Subject: [PATCH 06/10] fix_remove the duplicate codecommit page --- pages/common/codecommit.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pages/common/codecommit.md diff --git a/pages/common/codecommit.md b/pages/common/codecommit.md deleted file mode 100644 index 147c4aa85d04b..0000000000000 --- a/pages/common/codecommit.md +++ /dev/null @@ -1,20 +0,0 @@ -# codecommit - -> AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. -> More information: . - -- View a list of all subcommands: - -`aws codecommit help` - -- Configure the AWS CLI with a profile: - -`aws configure` - -- Display help: - -`aws codecommit help` - -- View information about a specific CodeCommit command: - -`aws codecommit {{command-name}} help` From e3b6e5ff2b77bf6ed3c903f4074ab395b21f7f3b Mon Sep 17 00:00:00 2001 From: Abhay Date: Sun, 23 Oct 2022 14:00:09 +0530 Subject: [PATCH 07/10] feat-move the command to the last --- pages/common/aws-codecommit.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/aws-codecommit.md b/pages/common/aws-codecommit.md index c4d36e92fe6fb..3b4b5fdd53ad6 100644 --- a/pages/common/aws-codecommit.md +++ b/pages/common/aws-codecommit.md @@ -11,10 +11,10 @@ `aws configure` -- Display help: - -`aws codecommit help` - - View information about a specific CodeCommit command: `aws codecommit {{command-name}} help` + +- Display help: + +`aws codecommit help` From 9d58ffb6a8f4642447bb41b541a6d572c5674bfd Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 25 Oct 2022 12:50:44 +0530 Subject: [PATCH 08/10] Apply suggestions from code review --- pages/common/aws-codecommit.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pages/common/aws-codecommit.md b/pages/common/aws-codecommit.md index 3b4b5fdd53ad6..a5407bd6fc9e3 100644 --- a/pages/common/aws-codecommit.md +++ b/pages/common/aws-codecommit.md @@ -1,19 +1,11 @@ # aws codecommit > AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. -> More information: . +> More information: . -- View a list of all subcommands: +- Display help for a specific command: -`aws codecommit help` - -- Configure the AWS CLI with a profile: - -`aws configure` - -- View information about a specific CodeCommit command: - -`aws codecommit {{command-name}} help` +`aws codecommit {{command}} help` - Display help: From 942f04dd0dcc1dc3f3f52659a53c4a532f3172ab Mon Sep 17 00:00:00 2001 From: Abhay Date: Tue, 25 Oct 2022 23:42:43 +0530 Subject: [PATCH 09/10] fix: change the description of the codecommit --- pages/common/aws-codecommit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/aws-codecommit.md b/pages/common/aws-codecommit.md index 3b4b5fdd53ad6..78ab9db99a04e 100644 --- a/pages/common/aws-codecommit.md +++ b/pages/common/aws-codecommit.md @@ -1,6 +1,6 @@ # aws codecommit -> AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories. +> AWS CodeCommit is a managed source control service that hosts private Git repositories. > More information: . - View a list of all subcommands: From 15fbffb30c0d1b9d60cd37783ecc09c56dcd37b3 Mon Sep 17 00:00:00 2001 From: Abhay Date: Tue, 25 Oct 2022 23:52:21 +0530 Subject: [PATCH 10/10] fix : change the url description --- pages/common/aws-codecommit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/aws-codecommit.md b/pages/common/aws-codecommit.md index 068f255d52745..5449b4f5764f7 100644 --- a/pages/common/aws-codecommit.md +++ b/pages/common/aws-codecommit.md @@ -1,7 +1,7 @@ # aws codecommit > AWS CodeCommit is a managed source control service that hosts private Git repositories. -> More information: . +> More information: . - Display help for a specific command: