Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-codecommit: add page #9202

Merged
merged 12 commits into from
Oct 25, 2022
20 changes: 20 additions & 0 deletions pages/common/aws-codecommit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# aws codecommit

> AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories.
Abhay5855 marked this conversation as resolved.
Show resolved Hide resolved
> More information: <https://aws.amazon.com/codecommit/>.
kbdharun marked this conversation as resolved.
Show resolved Hide resolved

- View a list of all subcommands:

`aws codecommit help`

- Configure the AWS CLI with a profile:
kbdharun marked this conversation as resolved.
Show resolved Hide resolved

kbdharun marked this conversation as resolved.
Show resolved Hide resolved
`aws configure`
kbdharun marked this conversation as resolved.
Show resolved Hide resolved

kbdharun marked this conversation as resolved.
Show resolved Hide resolved
- Display help:
Abhay5855 marked this conversation as resolved.
Show resolved Hide resolved

`aws codecommit help`

- View information about a specific CodeCommit command:
kbdharun marked this conversation as resolved.
Show resolved Hide resolved

`aws codecommit {{command-name}} help`
kbdharun marked this conversation as resolved.
Show resolved Hide resolved
20 changes: 20 additions & 0 deletions pages/common/codecommit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# codecommit
Abhay5855 marked this conversation as resolved.
Show resolved Hide resolved

> AWS CodeCommit is a secure, highly scalable, managed source control service that hosts private Git repositories.
> More information: <https://aws.amazon.com/codecommit/>.

- 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`