I have a couple of questions about using pulp-cli-deb
:
-
Running sync in the background
When I run a repo sync from the CLI, it waits until the task finishes. I don’t see a--background
option like in some other tools. Is there a way to launch a sync in the background (i.e., fire and forget, then check the task later)? -
Updating a repo
What is the correct CLI syntax to update a repository (e.g., if I want to change the name)? I checked--help
but couldn’t figure out how to do it properly.
Any guidance would be much appreciated!
Thanks.