====== Tabli - Command ======
===== About =====
''command'' in ''tabli'' are contains in a [[docs:tabli:module|module]] and performs an operation against the ''tabulify'' platform.
===== Syntax =====
They can be customized via:
* [[option|options]]
* and arguments.
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:
* this command is valid because [[docs:common:passphrase|passphrase]] is [[global|global option]]
tabli --passphrase secret connection list
* this command is not valid because ''attribute'' is an option of the [[docs:tabli:connection:list|connection list]] command and should be written afterwards.
# not valid
tabli --attribute user connection list
# valid
tabli connection list --attribute user