Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/aws-cli-autocompletion/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# AWS CLI Autocompletion (aws-cli-autocompletion)

A devcontainers feature to add autocompletion support for the AWS CLI (see https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-completion.html).
A devcontainer feature to added autocompletion support for the AWS CLI.

## Example Usage

Expand Down
14 changes: 4 additions & 10 deletions src/git-remote-codecommit/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@

# Git Remote Codecommit (git-remote-codecommit)
# Git Remote CodeCommit (git-remote-codecommit)

A devcontainers feature to add `git-remote-codecommit` support.
A devcontainer feature to add CodeCommit support to Git.

## Example Usage

```json
"features": {
"ghcr.io/barkinggecko/devcontainer-features/git-remote-codecommit:1": {
"version": "latest"
}
"ghcr.io/barkinggecko/devcontainer-features/git-remote-codecommit:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| n/a | n/a | n/a | n/a |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/feature-starter/blob/main/src/hello/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/barkinggecko/devcontainer-features/blob/main/src/git-remote-codecommit/devcontainer-feature.json). Add additional notes to a `NOTES.md`._