The ‘pyramid’ command¶
The ‘pyramid’ command is a replacement for the ‘start’ command of cubicweb-ctl tool. It provides the same options and a few other ones.
Note
The ‘pyramid’ command is provided by the pyramid cube.
Options¶
-
--no-daemon¶ Run the server in the foreground.
-
--debug-mode¶ Activate the repository debug mode (logs in the console and the debug toolbar). Implies
--no-daemon
-
-D,--debug¶ Equals to
--debug-mode--no-daemon--reload
-
--reload¶ Restart the server if any source file is changed
-
--reload-interval=RELOAD_INTERVAL¶ Interval, in seconds, between file modifications checks [current: 1]
-
-l<log level>,--loglevel=<log level>¶ Set the loglevel. debug if -D is set, error otherwise
-
--profile-output=PROFILE_OUTPUT¶ Profiling output file (default: “program.prof”)
-
--profile-dump-every=N¶ Dump profile stats to ouput every N requests (default: 100)