% SETUP-TOOLS(1) Version 3.2.1 | Scripts Documentation % Georg Voell - georg.voell@standby.cloud % (c)2024 Standby.cloud NAME ==== **setup-tools** - (BASH Script) Check if all needed tools are installed and have the right version - else install them. SYNOPSIS ======== | **setup-tools** \[_options_] \[_action_] DESCRIPTION =========== Check if all needed tools are installed and have the right version - else install them. Configure oci tools and copy configuration to an operator host. Optional: Setup a core infrastructure with terraform and execute terraform commands. Options ------- -h, --help : Displays helptext. -v, \--version         : Displays the version of the script. Action ------- update          : Install or update Scripts and Tools. remove          : Delete installed Scripts and Tools. config          : Configure oci tools. classic          : Configure classic tools. setup          : Setup a core infrastructure (multitier) via terraform. terraform _options_         : Manage your resources with terraform e.g.: setup-tools terraform "apply -auto-approve". push _destination_          : Copy configuration to destination ("user@ip" e.g. "opc@130.61.219.239"). EXIT CODES ========== 01: Unknown or wrong parameter. 02: Unknown action 03: Need root privileges 04: No internet 05: Unexpected error 99: User interrupt.