Installation
Command Line Interface Installation
The Tidal Repository Command Line installer supports Graphical User Interface (GUI), Command Line Interface (CLI), silent install for Linux, and GUI for Windows.
-
Command Line Interface (CLI) – The interface that processes commands in the form of lines of text using systems that do not require a graphical environment.
-
Graphical User interface (GUI) – This mode renders an installer with wizard panels and dialog.
-
Silent Installer – Typically, end users do not participate in silent mode installation since this installation is suitable when all the settings are already known or provided in a response file.
Script Files
The command line reads commands from a file. Add comments to your file by preceding the comments with a double forward slash (//).
Lines that contain only spaces or tabs are ignored. Using blank lines to separate different sections of your file can add clarity to your script.
Example: The script.txt example:
…
repository -d 34 //delete the repository with id=34
…