File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,26 @@ Required environment variables:
129129- ` DEVHUB_BASE_URL ` - Base URL for DevHub API
130130- ` DEVHUB_SITE_ID ` - Site identifier
131131
132+ ## AI Toolkit Commands
133+
134+ The DevHub CLI includes AI toolkit management for setting up AI-powered development tools and templates.
135+
136+ ### ` devhub aikit init `
137+
138+ Downloads and installs the DevHub AI toolkit to your current working directory.
139+
140+ ``` bash
141+ devhub aikit init
142+ ```
143+
144+ This command will:
145+ - Download the latest AI toolkit from the DevHub CLI AI Toolkit repository
146+ - Extract all toolkit files to your current directory
147+ - Skip existing files to avoid overwriting your customizations
148+ - Provide feedback on extracted and skipped files
149+
150+ The AI toolkit includes templates, examples, and utilities for AI-powered development workflows with DevHub.
151+
132152## Development
133153
134154To contribute to this tool, first checkout the code. Then create a new virtual environment:
Original file line number Diff line number Diff line change 11[project ]
22name = " devhub-cli"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " CLI interface to devhub"
55readme = " README.md"
66authors = [{name = " Daniel Rust" }]
You can’t perform that action at this time.
0 commit comments