Tabul - Service Information

Undraw Windows

Tabul - Service Information

About

info is a command of the service module that shows the service attributes in a form fashion.

If you want to get the result in a tabular format, see the list action

Example

All attributes of the how-to postgres docker container

tabul service info postgres
Information about the service (postgres)
Attribute     Value                         Description
-----------   ---------------------------   --------------------------
COMMAND                                     The command
ENVIRONMENT   {POSTGRES_PASSWORD=welcome}   The environment attributes
IMAGE         postgres:13.21                The image
IS_STARTED    true                          The status of the service
NAME          postgres                      The name of the service
ORIGIN        CONF                          The origin of the system
PORTS         5432:5432                     The ports
TYPE          docker                        The type of the system
VOLUMES                                     The volumes

Syntax

tabul service info --help
Tabul service info
==================

Print services attributes in a form fashion.



Examples
--------

 1 - To output information about the service `name`:


    tabul service info name


 2 - To output information about all the service with `sql` in their name:tabul service info sql*




Syntax
------


    tabul service info <(NamePattern)...>


where:


  Arguments:

    <(NamePattern)...>                                      one or more service glob names


  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                                        If there is no connection found, no errors will be emitted

    -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




Related HowTo
Undraw Windows
How to start and use the HowTo MySQL database in Tabulify

This howto shows you how to: start an mysql database with the mysql howto docker service and use the @mysql default howto mysql connection in tabul commands. howto docker services are an...
Undraw Windows
How to start and use the HowTo SMTP server in Tabulify ?

We provide a smtp: howto connection and howto service (ie a Mailpit smtp server, a local server that accepts all messages) This howto shows you how to: start an SMTP server with the smtp howto...
Undraw Windows
How to start and use the HowTo SqlServer database in Tabulify

This howto shows you how to: start an sqlserver database with the sqlserver howto docker service and use the @sqlserver default howto sqlserver connection in tabul commands. howto docker services...
Undraw Windows
How to start and use the Oracle database in Tabulify

This howto shows you how to: start an oracle database with the oracle docker service and use the @oracle default howto oracle connection in tabul command. howto docker services are an easy...

Task Runner