File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1111 pulp status
1212 ```
1313
14+ === "uv"
15+
16+ ```bash
17+ uv tool install pulp-cli[pygments]
18+ pulp config create -e
19+ # insert your server configuration here
20+ pulp status
21+ ```
22+
1423=== "pipx"
1524
1625 ```bash
2534The pulp-cli package can be installed from a variety of sources.
2635After installing, see the next section on how to [ configure] ( configuration.md ) pulp-cli.
2736
37+ ## Using uv
38+
39+ To install with ` uv ` run:
40+ ``` bash
41+ uv tool install pulp-cli
42+ ```
43+ You can add optional dependencies in the usual way.
44+
45+ ``` bash
46+ uv tool install pulp-cli[pygments,shell]
47+ ```
48+
49+ [ Additional plugins] ( site:pulp-cli/#cli-plugins ) need to be specified at install time like this:
50+ ``` bash
51+ uv tool install --with pulp-cli-deb pulp-cli
52+ ```
53+
2854## Using pipx
2955
56+ !!!warning
57+
58+ When using additional plugins, this approach does not enforce known good version combinations of pulp-cli and the plugin.
59+
3060To install with ` pipx ` run:
3161``` bash
3262pipx install pulp-cli
You can’t perform that action at this time.
0 commit comments