installerx

package
v0.0.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetOpenTofuInstallCommand added in v0.0.27

func GetOpenTofuInstallCommand(version string, entryPoint string) []string

GetOpenTofuInstallCommand returns a slice of strings representing the command to install OpenTofu of a specific version.

Parameters: - version: The version of OpenTofu to install (e.g., "1.6.0") - entryPoint: Optional entry point for the command. If empty, defaults to "sh -c"

Returns: - A slice of strings representing the installation command

func GetTerraformInstallCommand added in v0.0.27

func GetTerraformInstallCommand(version string, entryPoint string) []string

GetTerraformInstallCommand returns a slice of strings representing the command to install Terraform of a specific version.

Parameters: - version: The version of Terraform to install (e.g., "1.0.0") - entryPoint: Optional entry point for the command. If empty, defaults to "sh -c"

Returns: - A slice of strings representing the installation command

func GetTerragruntInstallCommand added in v0.0.27

func GetTerragruntInstallCommand(version string, entryPoint string) []string

GetTerragruntInstallCommand returns a slice of strings representing the command to install Terragrunt of a specific version.

Parameters: - version: The version of Terragrunt to install (e.g., "0.38.0") - entryPoint: Optional entry point for the command. If empty, defaults to "sh -c"

Returns: - A slice of strings representing the installation command

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL