Skip to content

Commit 079d263

Browse files
committed
README for new command and bumped version
1 parent 467c0ba commit 079d263

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

134154
To contribute to this tool, first checkout the code. Then create a new virtual environment:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "devhub-cli"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "CLI interface to devhub"
55
readme = "README.md"
66
authors = [{name = "Daniel Rust"}]

0 commit comments

Comments
 (0)