Hide Forgot
Description of problem: If you do repo add_filters without filters the error shows the --filters is required. But the option is --filter [root@preethi ~]# pulp-admin repo add_filters --id=pulp-clone1 Usage: pulp-admin <options> repo add_filters <options> pulp-admin: error: Option --filters is required; please see --help [root@preethi ~]# pulp-admin repo add_filters --id=pulp-clone1 --filter=black-filter1 --help Usage: pulp-admin <options> repo add_filters <options> Options: -h, --help show this help message and exit --id=ID repository id (required) -f FILTERS, --filter=FILTERS filter identifiers to be added to the repo (required)
Fixed. $ sudo pulp-admin repo add_filters --id spacewalk-local Error: At least one filter id is required to perform an association. $ sudo pulp-admin repo remove_filters --id spacewalk-local Error: At least one filter id is required to remove an association.
build: 0.230
verified [root@preethi ~]# rpm -q pulp pulp-0.0.230-1.fc15.noarch [root@preethi ~]# sudo pulp-admin repo add_filters --id Usage: pulp-admin <options> repo add_filters <options> pulp-admin: error: --id option requires an argument [root@preethi ~]# sudo pulp-admin repo add_filters --id test Error: At least one filter id is required to perform an association. [root@preethi ~]# sudo pulp-admin repo remove_filters --id test Error: At least one filter id is required to remove an association. [root@preethi ~]#
Pulp v1.0 is released Closed Current Release.