====== Tabli - Data Info Command ====== ===== About ===== ''data info'' is a [[docs:tabli:command|command]] of the [[docs:tabli:data:start|data module]] that lists the [[docs:resource:attribute|attributes]] of a [[docs:resource:resource|resources]] in a form fashion. To get the [[docs:resource:attribute|attributes]] in a tabular format, you can use the [[list|tabli data list]] command ===== Syntax ===== tabli data info --help Tabli data info =============== Print the attributes of one or more data resources (files, tables, ...) in a form fashion Tip: To get the attributes in a list fashion, check the `list` command Examples -------- 1 - Show the information on all files in the current directory tabli data info * 2 - Show the information on the `date` table of the `oracle` connection tabli data info date@oracle 3 - Shows information on the tables that begins with `D` of the `sqlite` connection tabli data info D*@sqlite Syntax ------ tabli data info [options|flags] where: Arguments: One or more name data resource selectors (ie pattern[@connection]) Selection Options: -wd,--with-dependencies If set, the dependencies will be also selected 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 where: * ''DataUriSelector'' is a [[docs:resource:data_selector|data selector]]