====== Tabli - Connection List Command ====== ===== About ===== ''list'' is an [[docs:tabli:command|command]] of the [[docs:tabli:connection:start|connection module]] that shows the [[docs:connection:connection|connections]] ([[docs:connection:built-in|built-in]] and of the [[docs:conf:vault|connection vault]]). For examples on how to list connections, see [[howto:tabli:connection_list|How to list connections]] ===== Syntax ===== tabli connection list --help Tabli connection list ===================== List the connections attributes in a tabular format Example ------- 1 - List all connections that starts with `sql` and add the `name` and `user` connection attributes to the output tabli connection list --attribute name --attribute user sql* Syntax ------ tabli connection list [options|flags] where: Arguments: One ore several glob pattern that select connections by name Data Definition Options: -a,--attribute A connection attribute to add to the output Global Options: -cf,--conf The path to a configuration file -cv,--connection-vault The path where the connection vault is located -h,--help Print this help -l,--log-level Set the log level -ns,--not-strict A minor error will not stop the process. -odu,--output-data-uri defines the output data uri for the feedback data (default: console) -oo,--output-operation defines the data operations (replace, truncate) on an existing output resource before transfer. -oop,--output-transfer-operation defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database. -pp,--passphrase A passphrase (master password) to decrypt the encrypted values