Listing project groupings

You can list the project groupings that match the specified criteria. If you do not specify options, all project groupings are listed.

About this task

ccm pg|project_grouping -l|-list [(-r|-release release_spec)...] 
        [(-purpose purpose)...] [(-o|-owner owner)...] [-f|-format format] 
        [-nf|-noformat] ([-ch|-column_header] | [-nch|-nocolumn_header]) 
        [-sep|-separator separator] ([-sby|-sortby sortspec] | 
        [-ns|-nosort|-no_sort]) [-gby|-groupby groupformat] [-u|-unnumbered]
-ch|-column_header
Specifies to use a column header in the output format. See -ch|-column_header for details.
-f|-format format
Specifies the command output format. See -f|-format for details.

A keyword can be built in (%fullname, %displayname, %objectname) or the name of any existing attribute such as %modify_time or %status.

See Built-in keywords for a list of keywords.

-gby|-groupby groupformat
Specifies how to group the command output. See -gby|-groupby for details.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See -nch|-nocolumn_header for details.
-nf|-noformat
Specifies not to use column alignment. See -nf|-noformat for details.
-ns|-nosort|-no_sort
Specifies not to sort the output. See -ns|-nosort for details.
-o|-owner owner
Specifies to list only project groupings with the specified owner. The owner can be any string that represents a user name. If not specified, project groupings for all owners are listed.
-purpose purpose
Specifies to list project groupings for the specified purpose. Set the purpose to the name of a valid defined purpose. If not specified, project groupings for all purposes are listed.
r|-release release_spec
Specifies to list only project groupings for the specified release. See Release specification for details. If not specified, project groupings for all releases are listed.
-sby|-sortby sortspec
Specifies how to sort the command output. See -sby|-sortby for details.
-sep|-separator separator
Used only with the -f|-format option. Specifies a different separator character. See -sep|-separator for details.
-u|-unnumbered
Suppresses automatic numbering of the output (the output is not numbered). See -u|-unnumbered for details.

Example

List the project groupings:

ccm pg -list -r Base/1.0 -purpose "Insulated Development" -purpose "Integration Testing" -r A/1.0

1) All A/1.0 Integration Testing Projects from Database G
2) All Base/1.0 Integration Testing Projects from Database G
3) My Base/1.0 Insulated Development Projects
4) bmgr1's Base/1.0 Insulated Development Projects
5) dev1's Base/1.0 Insulated Development Projects
6) dev2's Base/1.0 Insulated Development Projects
7) dev3's Base/1.0 Insulated Development Projects


Feedback