Chandler command-line options
April 28th, 2006 No Comments »
Got this from editing a bit of application/Utility.py:
——parcelPath=s Parcel search path ( $PARCELPATH)——webserver Activate the built-in webserver ( $CHANDLERWEBSERVER)——profileDir=s location of the Chandler Repository ( $PROFILEDIR)——prof save profiling data ——testScripts run all test scripts ——scriptFile=s script file to execute after startup ——scriptTimeout=s script file timeout (default: 0) ——catsProfile=s file for hotshot profile of script execution ——catsPerfLog=s file to output a performance number ——stderr Echo error output to log file ——create Force creation of a new repository ( $CREATE)——askCreate Offer to create a new repository ——ramdb ——restore=s repository backup to restore from before repository open ——recover open repository with recovery ——nocatch ( $CHANDLERNOCATCH)——wing ——komodo ——refresh-ui Refresh the UI from the repository during startup ——locale=s Set the default locale ——encrypt Request prompt for password for repository encryption ——nosplash ( $CHANDLERNOSPLASH)——logging=s The logging config file ( $CHANDLERLOGCONFIG, default: logging.conf)——createData=s csv file with items definition to load after startup ——verbose Verbosity option (currently just for run_tests.py) ——quiet Quiet option (currently just for run_tests.py) ——verify-assignments Verify attribute assignments against schema ——debugOn=s Enter PDB upon this exception being raised ——app-parcel=s Parcel that defines the core application (default: osaf.app) ——nonexclusive Enable non-exclusive repository access ( $CHANDLERNONEXCLUSIVEREPO)






