From cfd1b96f19c6fe241028125075691c316cbb1206 Mon Sep 17 00:00:00 2001 From: Jitka Halova Date: Thu, 23 Apr 2026 11:31:32 +0200 Subject: [PATCH] Fix CLAUDE.md CLI examples to use pulp python --- CLAUDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index efff96de..525ea040 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,9 +10,9 @@ Use the `pulp-cli` to interact with the Pulp API. Fallback on `httpie/curl` when ```bash pulp --help pulp --refresh-api status -pulp file content list --limit 5 -pulp file repository create --name foo -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 pulp task show --wait --href prn:core.task:019c8cae-cc5f-7148-a3de-456d0a9f39a1 pulp show --href /pulp/api/v3/tasks/019c8cae-cc5f-7148-a3de-456d0a9f39a1/ ```