Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Cursor CLI (via cursor.com/install) (cursor-cli)

Installs Cursor CLI for AI code assistance https://cursor.com/cli

Example Usage

"features": {
    "ghcr.io/stu-bell/devcontainer-features/cursor-cli:0": {}
}

Supported OS

Tested on Debian and Ubuntu.

Cursor CLI does not work on Alpine. See this forum discussion

Get Started

Add the feature to your devcontainer.json:

{
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
  "features": {
    "ghcr.io/stu-bell/devcontainer-features/cursor-cli": {}
  }
}

Start your devcontainer, ssh in, and run: cursor-agent


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.