RPM
Supported Commands
Use these commands with the RepoFlow server:
Command Line
yum-config-manager --add-repo
yum install
rpm -ivh
Note: Commands that run locally are not listed here but will work as expected.
Authentication with RPM
The RPM CLI supports authentication using inline credentials.
Using inline credentials
To add the RepoFlow repository with inline credentials:
Command Line
yum-config-manager --add-repo https://api.repoflow.io/rpm/<workspace-name>/<repository-name> --username=<username> --password=<password>
Replace placeholders with your actual values.