command

package
v0.0.0-...-feb7e18 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Commands

type Commands struct {
	// Version prints the application version and exits.
	Version version.Version `command:"version" alias:"ver" alias:"v" description:"Print the command version and exit."`
	// Hydrate fills a template with data from an input structure in YAML or JSON format.
	Hydrate hydrate.Hydrate `command:"hydrate" alias:"hyd" alias:"h" description:"Hydrate a set of templates using input data."`
	// Maven collects all Maven (Java) related commands.
	Maven maven.Maven `command:"maven" alias:"mvn" alias:"m" description:"Manipulate POM files."`
	// SemanticVersion collects all semantic versioning related commands.
	SemanticVersion semver.SemanticVersion `command:"semver" alias:"sv" alias:"s" description:"Manipulate semantic versions."`

	Log log.Log `command:"log" alias:"l" description:"Log messages to the console."`
}

Commands is the set of root command groups.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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