Show TOC

Component documentationCMS Command Line Tool Locate this document in the navigation structure

 

The CMS command line tool is an addition to the Change Management Service (CMS) Web User Interface. It allows you to perform the required administrative tasks in a shell-oriented environment.

Starting the Tool

For more information, see Starting Command Line Tools.

Help

To get more information on a specific command (especially which arguments it takes) enter

help <command name>

and choose Enter.

Integration

The CMS command line tool writes user messages to the console. You can redirect user messages into a file by using the command logfile.

Example Example

The user messages will be redirected into the file useroutput.txt.

logfile -f useroutput.txt -m on --append

If you use the command logfile with option -m and parameter off, the user messages will be redirected back to the console.

End of the example.

Besides user messages there are also technical messages - that is the stack traces. The stack traces are useful in case of problems or errors.

These messages are not written to the console.

Example Example

The technical messages will be redirected into the file tracemsg.txt

tracefile --m on -f tracemsg.txt

If you use the command tracefile with option --sl, you can specify how detailed the trace messages should be.

End of the example.

More information:

Commands of the CMS Tool