File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ Install this tool using `pip`:
1313``` bash
1414pip install devhub-cli
1515```
16+
17+ Or just install and execute via ` uvx `
18+
19+ ```
20+ uvx devhub-cli
21+ ```
22+
1623## Usage
1724
1825For help, run:
@@ -24,6 +31,11 @@ You can also use:
2431python -m devhub --help
2532```
2633
34+ Via ` uvx `
35+ ```
36+ uvx devhub-cli
37+ ```
38+
2739## Theme Commands
2840
2941The 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
128140python -m pytest
129141```
142+
143+ ## CLI template
144+
145+ CLI click template based on https://github.com/simonw/click-app
Original file line number Diff line number Diff line change 11[project ]
22name = " devhub-cli"
3- version = " 0.1"
3+ version = " 0.1.1 "
44description = " CLI interface to devhub"
55readme = " README.md"
66authors = [{name = " Daniel Rust" }]
You can’t perform that action at this time.
0 commit comments