Tabli - Module

Undraw Windows

About

A module is a tabli command that contains:

Syntax

A module is called by adding its name after the tabli word.

tabli module1 module2 ...

List

Help

To get help on the console for a module, just add the --help flag after the module word.

Example:

tabli data --help
Tabli data
==========

Data operations against data resources (table, file, ...).



Syntax
------


    tabli data <command> [-h,--help]


where:


  Commands:

    compare       Perform a diff operation against two data resources

    copy          Copy a data resource

    count         Count the number of data resources

    create        Create a data resource

    delete        Delete data from a data resource

    dependency    Show the data dependencies

    drop          Drop data resources

    fill          Fill a data resource with generated data

    head          Print the first content of data resources

    info          Show the attributes of a data resource in a form fashion

    insert        Insert data into a data resource

    list          List data resources

    move          Move a data resource

    print         Print the content of data resources

    query         Test load your system with queries and fetch data resources (ie query, view, ...)

    structure     Show the data structure of data resources

    tail          Print the last content of data resources

    transfer      Transfer a data resource (insert, update, delete, upsert, merge, move, copy)

    truncate      Truncate data resources

    update        Update data from a data resource

    upsert        Merge data into a data resource


  Option:

    -h,--help     Print this help




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