Listing baselines

About this task

This subcommand lists the baselines that match the specified criteria. If no criteria are specified, all baselines will be listed.

ccm baseline -l|-list [(-r|-release release_spec)...] [(-purpose purpose)...]
             [-f|-format "format_string"] [-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 sc_r_h_unnumbered_fs.html#__wp819979 for details.
-f|-format format
Specifies the command output format. See sc_r_h_unnumbered_fs.html#__wp826148 for details.
-gby|-groupby groupformat
Specifies how to group the command output. See sc_r_h_unnumbered_fs.html#__wp819660 for details.
-nch|-nocolumn_header
Specifies not to use a column header in the output format. See sc_r_h_unnumbered_fs.html#__wp827851 for details.
-nf|-noformat
Specifies not to use column alignment. See sc_r_h_unnumbered_fs.html#__wp826095 for details.
-ns|-no_sort
Specifies that the command's output will not be sorted. See sc_r_h_unnumbered_fs.html#__wp819323 for details.
-purpose purpose
Specifies to list only baselines with the specified purposes. If purposes are not specified, then Synergy lists baselines with any purpose.
-release release_spec
Specifies to list only baselines with the specified releases. If releases are not specified, then Synergy lists baselines with any release.
-sep|-separator separator
Used only with the sc_r_h_unnumbered_fs.html#__wp826148 option. Specifies a different separator character. See sc_r_h_unnumbered_fs.html#__wp826071 for details.
-sby|-sortby sortspec
Specifies how to sort the command output. See sc_r_h_unnumbered_fs.html#__wp827516 for details.
-u|-unnumbered
Suppresses automatic numbering of the command's output. See sc_r_h_unnumbered_fs.html#__wp827924 for details.

Example

About this task

  • List baselines for release 2.2 and purpose Integration Testing.

    ccm baseline -list -release 2.2 -purpose "Integration Testing"

    Additionally, see Formatting usage examples for detailed formatting examples.


Feedback