cmd

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2021 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(exiter func(int), args []string)

Execute is the entry point for the command line tool. It runs the root command.

Types

type InitOptions

type InitOptions struct {
	Chart       string
	Path        string
	GithubOwner string
	GithubName  string
	AuthorName  string
	AuthorEmail string
	Header      string
}

InitOptions hold data for initializing a new chart-releaser config.

func NewInitOptions

func NewInitOptions(chart, path, ghOwner, ghName, author, email string) (*InitOptions, error)

NewInitOptions creates a new InitOptions populated with the provided data, falling back to defaults where applicable.

Jump to

Keyboard shortcuts

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