tools

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RequiredTools = []Prerequisite{
	{Name: "Python", Command: "python3", /* contains filtered or unexported fields */},
	{Name: "uv", Command: "uv", /* contains filtered or unexported fields */},
	{Name: "task", Command: "task", /* contains filtered or unexported fields */},
	{Name: "pulumi", Command: "pulumi", /* contains filtered or unexported fields */},
}

RequiredTools lists all tools required for the quickstart process

Functions

func CheckPrerequisite

func CheckPrerequisite(name string) error

func CheckPrerequisites

func CheckPrerequisites() error

CheckPrerequisites verifies that all required tools are installed

func CheckTool

func CheckTool(name string) error

CheckTool verifies if a specific tool is installed

func GetMissingTools

func GetMissingTools() []string

GetMissingTools returns a list of missing prerequisite tools

Types

type Prerequisite

type Prerequisite struct {
	Name    string
	Command string
	// contains filtered or unexported fields
}

Prerequisite represents a required tool

Jump to

Keyboard shortcuts

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