The RPM consumer commands were replacing many of the built in consumer commands, so for now I told Jason to just disable the built in ones entirely. What I forgot was that there are a few commands (list, possibly unregister) that weren't being overridden and were lost in the process. For now I'm going to copy those commands into the RPM extensions and then post-2.0 when we refactor them they will find their way back out.
List of missing commands: - list - unregister - update - search - history
build: 2.0.6-0.3.beta
verified [root@preethi-el6-pulp ~]# rpm -q pulp-server pulp-server-2.0.6-0.9.beta.noarch [root@preethi-el6-pulp ~]# pulp-admin rpm Usage: pulp-admin rpm [SUB_SECTION, ..] COMMAND Description: manage RPM-related content and features Available Sections: consumer - register, bind, and interact with rpm consumers repo - repository lifecycle commands [root@preethi-el6-pulp ~]# pulp-admin rpm consumer Usage: pulp-admin consumer [SUB_SECTION, ..] COMMAND Description: register, bind, and interact with rpm consumers Available Sections: errata - errata installation management group - rpm consumer group commands package - package installation management package-group - package-group installation management Available Commands: bind - binds a consumer to a repository history - displays the history of operations on a consumer list - lists summary of consumers registered to the Pulp server search - binds a consumer to a repository distributor for consuming published content unbind - removes the binding between a consumer and a repository unregister - unregisters a consumer update - changes metadata on an existing consumer [root@preethi-el6-pulp ~]#
Pulp 2.0 released.