Showing the process rules for a release

About this task

This subcommand shows the process rules for one or more releases.

ccm release -s|-sh|-show ((pr|prs|process_rules) | 
        (apr|aprs|available_process_rules) | (upr|uprs|unused_process_rules)) 
        [-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] 
        release_spec...
options

-ch|-column_header

-f|-format format

-gby|-groupby groupformat

-nch|-nocolumn_header

-nf|-noformat

-ns|-nosort|-no_sort

-sby|-sortby sortspec

-sep|-separator separator

-u|-unnumbered

-show process_rules|pr|prs
Shows the current valid process rules for each of the specified arguments. This is numbered by default for each argument and sets the selection set. (text inset)
-show available_process_rules|aprs|apr
Show the available process rules for each release. The available process rules are all the process rules that are available for use in the release including those that may already be in use. This is numbered by default for each argument and sets the selection set.
-show upr|uprs|unused_process_rules
Show the available unused process rules for the release. These are the available process rules for a release excluding those currently used as valid process rules. This is numbered by default for each argument and sets the selection set.

Feedback