We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b790792 + cfd1b96 commit 773c0cbCopy full SHA for 773c0cb
1 file changed
CLAUDE.md
@@ -10,9 +10,9 @@ Use the `pulp-cli` to interact with the Pulp API. Fallback on `httpie/curl` when
10
```bash
11
pulp --help
12
pulp --refresh-api status
13
-pulp file content list --limit 5
14
-pulp file repository create --name foo
15
-pulp -v file repository sync --name foo --remote foo
+pulp python content -t package list --limit 5
+pulp python repository create --name foo
+pulp -v python repository sync --name foo --remote foo
16
pulp task show --wait --href prn:core.task:019c8cae-cc5f-7148-a3de-456d0a9f39a1
17
pulp show --href /pulp/api/v3/tasks/019c8cae-cc5f-7148-a3de-456d0a9f39a1/
18
```
0 commit comments