---json { "aliases": [ { "path": ":docs:tabli:service:info" } ], "page_id": "3vbbl72nt904rpgqc5wtt" } --- ====== Tabul - Service Information ====== ===== About ===== ''info'' is a [[docs:tabul:command|command]] of the [[docs:tabul:service:start|service module]] that shows the [[docs:service:service#attribute|service attributes]] in a form fashion. If you want to get the result in a tabular format, see the [[list|list]] action ===== Example ===== All attributes of the [[howto:postgres:howto_connection_service|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 The app home directory (default to the .tabul.yml file directory) -vf,--conf The path to a configuration file -ee,--exec-env The execution environment (prod or dev) -h,--help Print this help -l,--log-level Set the log level -ns,--not-strict If there is no connection found, no errors will be emitted -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 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