Skip to content

Commit 773c0cb

Browse files
authored
Merge pull request #1206 from jobselko/minor_updates
Fix CLAUDE.md CLI examples to use pulp python
2 parents b790792 + cfd1b96 commit 773c0cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Use the `pulp-cli` to interact with the Pulp API. Fallback on `httpie/curl` when
1010
```bash
1111
pulp --help
1212
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
13+
pulp python content -t package list --limit 5
14+
pulp python repository create --name foo
15+
pulp -v python repository sync --name foo --remote foo
1616
pulp task show --wait --href prn:core.task:019c8cae-cc5f-7148-a3de-456d0a9f39a1
1717
pulp show --href /pulp/api/v3/tasks/019c8cae-cc5f-7148-a3de-456d0a9f39a1/
1818
```

0 commit comments

Comments
 (0)