Tabli - Command

Undraw Windows

About

command in tabli are contains in a module and performs an operation against the tabulify platform.

Syntax

They can be customized via:

tabli module command --option value --flag argument...

The options should be written after the command. The global options are options of the tabli command and can then be placed anywhere.

For instance:

tabli --passphrase secret connection list
  • this command is not valid because attribute is an option of the connection list command and should be written afterwards.
# not valid
tabli --attribute user connection list
# valid
tabli connection list --attribute user



Related HowTo
Undraw Windows
Learning Tabulify - Step 1 - Installation

To learn Tabulify, you need to install the Tabli command line tool. This pages will guide you through the installation steps. Tabulify relies on Java version 1.8 You should have therefore already...
Undraw Windows
Learning Tabulify - Step 4 - How to select Data Resources

To select a data resources such as a file or a database table, Tabulify uses the concept of: and dependency (Do we select also the dependent data resources) This page goes through this concepts...

Task Runner