cli

package
v0.53.0 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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenerationResult

type GenerationResult struct {
	TypesContent         string
	IndexContent         string
	DocumentationContent string
}

GenerationResult represents the result of generating a Bicep extension

type Generator

type Generator struct{}

Generator handles the generation of Bicep extensions from manifests

func NewGenerator

func NewGenerator() *Generator

NewGenerator creates a new Generator instance

func (*Generator) GenerateFromFile

func (g *Generator) GenerateFromFile(manifestPath string) (*GenerationResult, error)

GenerateFromFile generates Bicep extension files from a manifest file path

func (*Generator) GenerateFromString

func (g *Generator) GenerateFromString(manifestContent string) (*GenerationResult, error)

GenerateFromString generates Bicep extension files from a manifest string

Jump to

Keyboard shortcuts

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