Tabul - Service List Command
About
list is a command of the service module that shows the services stored in the connection vault.
Example
- List all services
tabul service list
5 services were found in the configuration vault (/home/tabulify/.tabul/.tabul.yml)
name type
--------- ------
mysql docker
oracle docker
postgres docker
smtp docker
sqlserver docker
Syntax
tabul service list --help
Tabul service list
==================
List the services
Examples
--------
1 - List all services
tabul service list
2 - Start all services that starts with sql
tabul service list sql*
Syntax
------
tabul service list [options|flags] <name-selector...>
where:
Arguments:
<name-selector...> One ore several glob pattern that select services by name
Data Definition Options:
-a,--attribute <value> A connection attribute to add to the output
Global Options:
-ah,--app-home <path> The app home directory (default to the .tabul.yml file directory)
-vf,--conf <path> The path to a configuration file
-ee,--exec-env <name> The execution environment (prod or dev)
-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 vault values (Env: TABUL_PASSPHRASE)
--pipe-mode Use pipe mode if you want to pipe the output in a shell. Pipe mode will not print the headers (ie column name) and will not make the control character visible
-v,--version Print version information