Showing properties with a specified format

You can show information about an object in a specified format. The command does not set the query selection set. The query shows objects in the order in which they are specified.

About this task

ccm info|prop|properties -p|-project -f|-format format [-nf|-noformat] 
         ([-ch|-column_header] | [-nch|-nocolumn_header]) 
         [-sep|-separator separator] project_spec...
ccm info|prop|properties -f|-format format [-nf|-noformat] 
         ([-ch|-column_header] | [-nch|-nocolumn_header]) 
         [-sep|-separator separator] object_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.

-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.
-p|-project
Shows the history of a project.
project_spec
Specifies the project to list. See Project grouping specification for details.
-sep|-separator separator
Used only with the -format option. Specifies a different separator character. See -sep|-separator for details.

Feedback