Skip to content
Merged
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
5 changes: 3 additions & 2 deletions src/github-copilot-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# GitHub CLI (with persistence) (github-copilot-cli)
# GitHub Copilot CLI (with persistence) (github-copilot-cli)

Install GitHub CLI and configure it to store configuration in a mounted volume to preserve across container builds
Install GitHub Copilot CLI and configure it to store configuration in a mounted volume to preserve across container builds

## Example Usage

Expand All @@ -22,6 +22,7 @@ Install GitHub CLI and configure it to store configuration in a mounted volume t

| Version | Notes |
| ------- | ------------------------------------------------------------ |
| 0.0.2 | Fix description |
| 0.0.1 | Initial version |

---
Expand Down
6 changes: 3 additions & 3 deletions src/github-copilot-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "GitHub CLI (with persistence)",
"name": "GitHub Copilot CLI (with persistence)",
"id": "github-copilot-cli",
"version": "0.0.1",
"description": "Install GitHub CLI and configure it to store configuration in a mounted volume to preserve across container builds",
"version": "0.0.2",
"description": "Install GitHub Copilot CLI and configure it to store configuration in a mounted volume to preserve across container builds",
"options": {},
"containerEnv": {
"COPILOT_HOME": "/dc/github-copilot-cli"
Expand Down
Loading