Tabli - Connection List Command

Undraw Windows

About

list is an command of the connection module that shows the connections (built-in and of the connection vault).

For examples on how to list connections, see 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] <name-selector...>


where:


  Arguments:

    <name-selector...>                                      One ore several glob pattern that select connections by name


  Data Definition Options:

    -a,--attribute <value>                                  A connection attribute to add to the output


  Global Options:

    -cf,--conf <path>                                       The path to a configuration file

    -cv,--connection-vault <path>                           The path where the connection vault is located

    -h,--help                                               Print this help

    -l,--log-level <error|warning|tip|info|fine>            Set the log level

    -ns,--not-strict                                        A minor error will not stop the process.

    -odu,--output-data-uri <outputDataUri>                  defines the output data uri for the feedback data (default: console)

    -oo,--output-operation <dataOperation>                  defines the data operations (replace, truncate) on an existing output resource before transfer.

    -oop,--output-transfer-operation <transferOperation>    defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database.

    -pp,--passphrase <passphrase>                           A passphrase (master password) to decrypt the encrypted values




Related HowTo
Undraw Windows
Learning Tabulify - Step 3 - What's a Connection ?

In the previous page, we learned that all data are known as data resource. Data resources are stored in systems in Tabulify. There is generally speaking two kind of systems: file system database...

Task Runner