Skip to content

Commit 4735a08

Browse files
committed
Updated README and version bump
1 parent 6f887c7 commit 4735a08

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Install this tool using `pip`:
1313
```bash
1414
pip install devhub-cli
1515
```
16+
17+
Or just install and execute via `uvx`
18+
19+
```
20+
uvx devhub-cli
21+
```
22+
1623
## Usage
1724

1825
For help, run:
@@ -24,6 +31,11 @@ You can also use:
2431
python -m devhub --help
2532
```
2633

34+
Via `uvx`
35+
```
36+
uvx devhub-cli
37+
```
38+
2739
## Theme Commands
2840

2941
The DevHub CLI provides powerful theme management capabilities for synchronizing and managing your DevHub theme components locally.
@@ -127,3 +139,7 @@ To run the tests:
127139
```bash
128140
python -m pytest
129141
```
142+
143+
## CLI template
144+
145+
CLI click template based on https://github.com/simonw/click-app

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"
3+
version = "0.1.1"
44
description = "CLI interface to devhub"
55
readme = "README.md"
66
authors = [{name = "Daniel Rust"}]

0 commit comments

Comments
 (0)