Skip to content

OpenTOFU

🛠️ Tools · ⬅ Home


Usage

tofuInstall [ package ] [ --help ]

Install tofu binary

Arguments

  • package - String. Optional. Additional packages to install using packageInstall
  • --help - Flag. Optional. Display this help.

Return codes

  • 0 - Success
  • 1 - Environment error
  • 2 - Argument error

Usage

tofuUninstall [ package ] [ --help ]

Uninstall tofu binary and apt sources keys

Arguments

  • package - String. Optional. Additional packages to uninstall using packageUninstall
  • --help - Flag. Optional. Display this help.

Return codes

  • 0 - Success
  • 1 - Environment error
  • 2 - Argument error

Support functions

Usage

aptKeyAddOpenTofu [ --help ]

Add keys to enable apt to download tofu directly from opentofu.org

Arguments

  • --help - Flag. Optional. Display this help.

Return codes

  • 1 - if environment is awry
  • 0 - All good to install terraform

Usage

aptKeyRemoveOpenTofu [ --help ]

Remove keys to disable apt to download tofu from opentofu.org

Arguments

  • --help - Flag. Optional. Display this help.

Return codes

  • 1 - Environment problems
  • 0 - All good to install tofu