------------------------------------------ lines 6-83 of file: devel/cmd/command.xrst ------------------------------------------ {xrst_begin command} The dismod_at Commands ###################### Version ******* The dismod_at command:: dismod_at --version writes the output ``dismod_at-``\ *version* to standard output where *version* is the version of dismod_at that you are using. Primary Database **************** Each of the dismod_at commands (except the version command) specifies a database; e.g., see :ref:`set_command@database` for the set command. This is referred to as the primary database (in contrast to the `option_table@Other Database@other_database` ). Data Flow ********* Each command has its own set of :ref:`extra input tables` and :ref:`output tables` . Log Messages ************ Each command also has two messages with message_type :ref:`log_table@message_type@command` in the log table. The first one is a ``begin`` message and includes the command arguments. The second is an ``end`` message and signifies that the command completed. {xrst_comment BEGIN_SORT_THIS_LINE_PLUS_2} {xrst_toc_hidden devel/cmd/bnd_mulcov_command.cpp devel/cmd/data_density_command.cpp devel/cmd/depend_command.cpp devel/cmd/fit_command.cpp devel/cmd/hold_out_command.cpp devel/cmd/init_command.cpp devel/cmd/old2new_command.cpp devel/cmd/predict_command.cpp devel/cmd/sample_command.cpp devel/cmd/set_command.cpp devel/cmd/simulate_command.cpp python/dismod_at/main.py } {xrst_comment END_SORT_THIS_LINE_MINUS_2} Commands ******** {xrst_comment BEGIN_SORT_THIS_LINE_PLUS_5} .. csv-table:: :widths: auto bnd_mulcov_command,:ref:`bnd_mulcov_command-title` csv2db_command,:ref:`csv2db_command-title` data_density_command,:ref:`data_density_command-title` db2csv_command,:ref:`db2csv_command-title` depend_command,:ref:`depend_command-title` fit_command,:ref:`fit_command-title` hold_out_command,:ref:`hold_out_command-title` init_command,:ref:`init_command-title` modify_command,:ref:`modify_command-title` old2new_command,:ref:`old2new_command-title` perturb_command,:ref:`perturb_command-title` predict_command,:ref:`predict_command-title` sample_command,:ref:`sample_command-title` set_command,:ref:`set_command-title` simulate_command,:ref:`simulate_command-title` {xrst_comment END_SORT_THIS_LINE_MINUS_2} {xrst_end command}