Showing a project purpose

About this task

ccm project_purpose -s|-sh|-show ([-stat|-status status] |
                    [-personal] | [-no_personal|-nopersonal])
                    [-rel|-release release_spec] [-f|-format format]
                    [-nf|-noformat] ([-ch|-column_header] |
                    [-nch|-nocolumn_header]) [-sep|-separator separator]
                    ([-sby|-sortby sortspec] | [-ns|-nosort|-no_sort])
                    [-gby|-groupby groupformat]
ccm project_purpose -s|-sh|-show [-f|-format format] [-nf|-noformat]
                    ([-ch|-column_header] | [-nch|-nocolumn_header])
                    [-sep|-separator separator]
                    ([-sby|-sortby sortspec] | [-ns|-nosort|-no_sort])
                    [-gby|-groupby groupformat] purpose_name...
-ch|-column_header
Specifies to use a column header in the output format. See -ch|-column_headers for details.
-f|-format format
Specifies the command output format. See -f|-format for details.
-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 -ch|-column_headers for details.
-nf|-noformat
Specifies not to use column alignment. See -nf|-noformat for details.
-no_personal|-nopersonal
Shows project purposes associated with states that are not for personal use, such as shared or prep.
-ns|-no_sort
Specifies that the command's output will not be sorted. See -ns|-nosort for details.
-personal
Shows project purposes associated with states that are for personal use, such as working or visible.
purpose_name
Specifies the name of a project purpose to show. This must be a defined purpose in the current database.
-rel|-release release_spec
Shows the project purposes that are valid for the specified release. You can set release_spec to one release. See Release specification for details.
-sep|-separator separator
Specifies a different separator character. See -sep|-separator for details.
-sby|-sortby sortspec
Specifies how to sort the command output. See -sby|-sortby for details.
-stat|-status status
Specifies to show project purposes with the specified status only.

Example

About this task

  • Show the project purposes for a user in the developer role.

    ccm project_purpose -show -role -personal

    Purpose Name Member Status Status
    Collaborative Development collaborative working
    Insulated Development working working
    Visible Development visible visible


Feedback