Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI info to the website #373

Merged
merged 1 commit into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ After you install Pulp, you must add a content plugin for each content type that

## Pulp 3 Content Plugin Features

### A note on Pulp 3 CLI Coverage

The [Pulp 3 CLI](https://github.com/pulp/pulp-cli) is a work in progress.
The CLI is implemented by the plugin writers, so the workflows that are possible with the CLI vary from plugin to plugin.
At the moment, these plugins have the following coverage:

* **RPM**: Sync workflow
* **File**: Sync workflow; content upload
* **Ansible**: Sync workflow (role & collection)
* **Container**: Sync workflow
* **Python**: Sync workflow

### RPM

* Create, sync and publish a repository with RPM Content including RPMs, Advisories, Modularity, and Comps.
Expand Down
2 changes: 1 addition & 1 deletion migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can use the migration plugin to migrate your content from Pulp 2 to Pulp 3.
* Pulp 2 RPM can be migrated into Pulp 3 RPM. A beta release is available.
* Pulp Debian migration is currently available as a tech preview.

You can watch Tanya discuss the migration process in this video. Since the creation of this video, the migration plugin has been enhanced and you can use the Pulp 3 CLI to complete the migration workflows.
You can watch Tanya discuss the migration process in this video. Since the creation of this video, the migration plugin has been enhanced and you can use the Pulp 3 CLI to complete the migration workflows. At the time of writing, via the Pulp 3 CLI you can conduct plan management and the investigation of Pulp 2 content and repositories.

<iframe width="560" height="315" src="https://video.fosdem.org/2021/D.infra/dontgetstuckonpulp2.mp4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Expand Down