Tools
There are two tools available in the project site.
cconfig.graph.xml.rb
This tool is used to make a XML graph of a cconfig directory.
Warning: <=cconfig.grahp.xml.rb-0.2 does not support binary files!
Syntax
./cconfig.graph.xml.rb yourcconfigDir/ > your.xml
make.cconfig.from.xml.rb
This script is used to make a cconfig directory from an XML file.
Warning: <=make.cconfig.from.xml.rb-0.2 does not support XML files created with >=cconfig.graph.xml.rb-0.3
Syntax
./make.cconfig.from.xml.rb [options] <your.xml|->
Options
- --verbose, -v
- Print more verbose messages (debug). Add more v for more verbose output.
- --level, -l
- Adjust how restrictive the program is. Possible values: low, normal, paranoid. [normal]
- --version, -V
- Print the version and exit