Showing project grouping information

You can show information about the specified project groupings.

About this task

 ccm pg|project_grouping -s|-sh|-show (i|info|information) 
        -f|-format format [-nf|-noformat] 
        ([-ch|-column_header] | [-nch|-nocolumn_header]) 
        [-sep|-separator separator] project_grouping_spec...
ccm pg|project_grouping -s|-sh|-show (i|info|information) 
        project_grouping_spec...
-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.

-list
Lists the project groupings in the database. The project_grouping -list subcommand supports the numbered format options and sets the query selection set. The command accepts zero, one, or many release, owner, and purpose options. Each release option accepts a ReleaseSpec option value that you can set to a single object. Each owner option accepts an owner string. Each purpose option accepts a purpose name string.
-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.
project_grouping_spec
Specifies the project groupings to show. See Project grouping specification for details.
-sep|-separator separator
Used only with the -f|-format option. Specifies a different separator character. See -sep|-separator for details.

Example

Show project grouping information:

ccm pg -show information "All 1.0 Integration Testing Projects from Database G"

Project Grouping All 1.0 Integration Testing Projects from Database G:
Release: 1.0
Purpose: Integration Testing
Owner: john
Projects:
Prj_J6524-one prep john 1.0 Integration Testing
Prj_J6614-dir prep john 1.0 Integration Testing


Feedback