blueprint

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cli.Command

Command encapsulates the blueprintNode command subtree.

Types

type BlueprintStackCreateInput

type BlueprintStackCreateInput struct {
	TemplateInputs []BlueprintStackCreateInputPair `json:"templateInputs"`
}

BlueprintStackCreateInput represents the input for creating a new stack from a blueprint.

type BlueprintStackCreateInputPair

type BlueprintStackCreateInputPair struct {
	ID    string `json:"id"`
	Value string `json:"value"`
}

BlueprintStackCreateInputPair represents a key-value pair for a blueprint input.

Jump to

Keyboard shortcuts

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