cmd

package
v0.0.0-...-8f531de Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2017 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GITCOMMIT = "HEAD"
)
View Source
var (
	RootCmd = &cobra.Command{
		Use:   "short-server",
		Short: "Manageable Kubernetes manifests using koki/short through a REST API",
		Long: `Short converts the api-friendly kubernetes manifests into ops-friendly syntax.

Full documentation available at https://docs.koki.io/short
`,
		RunE: func(c *cobra.Command, args []string) error {
			return serve(c, args)
		},
		SilenceUsage: true,
	}
)

Functions

This section is empty.

Types

type ConvertBody

type ConvertBody struct {
	URL  string `json:"url,omitempty"`
	YAML string `json:"yaml"`

	// ParseError should only be caused by old versions of the chrome extension.
	ParseError string `json:"-"`
}

type Env

type Env struct {
	CookieAuthenticationKey string
	StripeKey               string
	GithubClientID          string
	GithubClientSecret      string
}

Jump to

Keyboard shortcuts

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