# WORKING WITH BiTIA To list available commands and options in bitia, execute `bitia --help` <div id="termynal" data-termynal> <span data-ty="input">bitia --help </span> <span data-ty>Usage: bitia [OPTIONS] COMMAND [ARGS]... <b>Callback</b> <b><i>Options</i></b> <br><br> <b>--verbose</b> [debug|info|warning] [default: VerbosityLevel.warning]<br> <b>--plain</b> --no-plain [default: no-plain] <br> <b>--server</b> TEXT [default: None] <br> <b>--install-completion</b> Install completion for the current shell. <br> <b>--show-completion</b> Show completion for the current shell, to copy it or customize the installation. <br> <b>--help </b> Show this message and exit. <br> <b><i>Commands</i></b> <br><br> <b>checksum</b> value that represents the number of bits in a transmission message<br> <b>create-container</b> Create container for the pipeline. The container starts running immediately on the server. Use command `logs` to stream the output. <br> <b>list-container</b> List the remote server associated with the pipeline. <br> <b>logs</b> Stream logs for the most recent run of a given pipeline. <br> <b>run</b> Run a pipeline <br> <b>submit</b> Submit your pipelin (url, directory, zip_file). <br> <b>version</b> version information <br> </span> </div> ## Commands <div style="float:left"> | command | Description | |------------|------------------------| |[checksum](commands/bitia_checksum.md)| value that represents the number of bits in a transmission message| |[create-container](commands/bitia_create_container.md) |Create container for the pipeline. The container starts running immediately on the server. Use command logs to stream the output. | |[list-container](commands/bitia_list_container.md) |list the remote server associated with the pipeline. | |[logs](commands/bitia_logs.md) | Stream logs for the most recent run of a given pipeline.| |[run](commands/bitia_run.md) | Run a pipeline| |[submit](commands/bitia_submit.md)| Submit your pipelin (url, directory, zip_file)| </div> ## Options |options | Description | |-----------|-------------| |-verbose | [debug\|info\|warning][default: VerbosityLevel.warning]| |–plain –no-plain |[default: no-plain] | |–server |TEXT [default: None]| |–install-completion |Install completion for the current shell. | |–show-completion |Show completion for the current shell, to copy it or customize the installation.| |–help |Show this message and exit.| <script type="text/javascript" src="https://raw.githack.com/Ganz1285/terminal/main/termynal.js" data-termynal-container="#termynal"></script>