Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix Software configuration management process - Codematrix  
 
Codematrix - Navigation
 
 
Codematrix software configuration management
Configuration management software
SCM product info
SCM software downloads
Software version control and change management software
Configuration management software support
Training for software configuration management
Code Matrix Personal, Codematrix Professional, CodeMatrix Enterprise
Codematrix contact details
 
Home > Documentation
 
Download - Administrators Guide User guides
Using the command line interface
 
Command line interface overview


CodeMatrix implements a fully functional command line interface to facilitate scripted access to the system, and for users who prefer this interface model. There are two modes of operation, shell mode and command line. To use shell mode type cx at any system command prompt. The CodeMatrix prompt appears.

 
CodeMatrix>
 
 

Commands may then be entered at this command prompt. Example;

 
CodeMatrix>ls -l //
2003/06/08 rep 00000002 1 - //Admin/
2003/06/08 rep 00000404 1 - //3rdParty/
2003/06/08 rep 00000405 1 - //CodeMatrix/
2003/07/12 rep 0001815F 1 - //Web/
 
 

To use command line mode simply enter each command at the operating system’s command prompt prefixed with 'cx'.

 
CodeMatrix>ls -l //
2003/06/08 rep 00000002 1 - //Admin/
2003/06/08 rep 00000404 1 - //3rdParty/
2003/06/08 rep 00000405 1 - //CodeMatrix/
2003/07/12 rep 0001815F 1 - //Web/
 
 

A wide range of commands are available, and these are detailed in the reference section. Alternately type;

 
cx help
 
 

for a list of supported commands or;

  cx help command  

for help on a specific command.