Bug 790177

Summary: Package group user guide is missing a bunch of sections
Product: [Retired] Pulp Reporter: Jay Dobies <jason.dobies>
Component: documentationAssignee: John Matthews <jmatthew>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.1.0CC: tsanders
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-25 14:16:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jay Dobies 2012-02-13 20:34:58 UTC
The user guide contains entries for list, info, add/delete, add/delete package. Looking at the output of `packagegroup --help`, the following commands aren't documented at all:

* install_category
* list_category
* info_category
* create_category
* delete_category
* add_group
* delete_group
* import
* export

Comment 1 John Matthews 2012-04-18 14:27:48 UTC
Added documentation to below page
https://fedorahosted.org/pulp/wiki/UGPackageGroupCategories

Comment 2 Preethi Thomas 2012-04-19 14:47:11 UTC
fails_qa
https://fedorahosted.org/pulp/wiki/UGPackageGroupCategories
Some of the options are still missing

[root@pulp-v1-1-server ~]# pulp-admin -u admin -p admin packagegroup
Usage: pulp-admin <options> packagegroup <action> <options>
Supported Actions:
	list           list available package groups
	info           lookup information for a package group
	create         create a package group   
	delete         delete a package group   
	add_package    add package to an existing package group
	delete_package delete package from an existing package group
	install        schedule a packagegroup install
	uninstall      schedule a packagegroup uninstall
	install_category schedule a packagegroupcategory install
	list_category  list available package group categories
	info_category  lookup information for a package group category
	create_category create a package group category
	delete_category delete a package group category
	add_group      add package group to an existing package group category
	delete_group   delete package group from an existing package group category
	import         Import package groups and categories from an existing comps.xml
	export         Export comps.xml for package groups and categories in a repo



The missing options are 

list           list available package groups
	info           lookup information for a package group
	create         create a package group   
	delete         delete a package group   
add_group      add package group to an existing package group category
	delete_group   delete package group from an existing package group category
	import         Import package groups and categories from an existing comps.xml
	export         Export comps.xml for package groups and categories in a repo

Comment 4 Preethi Thomas 2012-05-25 14:16:11 UTC
Pulp v1.1 Release