cmd

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2022 License: GPL-3.0 Imports: 43 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DbName string

DbName used by the install command.

View Source
var DbType string

DbType used by the install command.

View Source
var Detach bool

Detach run docker command with -d.

View Source
var DoTelemetry bool

DoTelemetry do we want to do telemetry?

View Source
var Env []string

Env run the docker command with the specified env vars.

View Source
var Index string

Index run the docker command with the specified --index.

View Source
var NoTTY bool

NoTTY run docker command with -T.

View Source
var Privileged bool

Privileged run docker command with --privileged.

View Source
var User string

User run docker command with the specified -u.

View Source
var Verbosity int

Verbosity set by the user. This is a modifier that can be added to the default logrus level

View Source
var Workdir string

Workdir run the docker command with this working directory.

Functions

func Execute

func Execute(GitCommit string, GitBranch string, GitState string, GitSummary string, BuildDate string, Version string)

Execute the root command.

func NewCodeSearchCmd added in v0.10.0

func NewCodeSearchCmd() *cobra.Command

func NewCodeSearchSearchCmd added in v0.7.0

func NewCodeSearchSearchCmd() *cobra.Command

func NewConfigCmd added in v0.10.0

func NewConfigCmd() *cobra.Command

func NewConfigShowCmd added in v0.10.0

func NewConfigShowCmd() *cobra.Command

func NewDebugCmd added in v0.10.0

func NewDebugCmd() *cobra.Command

func NewDebugEventsCmd added in v0.10.0

func NewDebugEventsCmd() *cobra.Command

func NewDebugEventsEmitCmd added in v0.10.0

func NewDebugEventsEmitCmd() *cobra.Command

func NewDockerComposerCmd added in v0.10.0

func NewDockerComposerCmd() *cobra.Command

func NewGerritChangesCmd added in v0.10.0

func NewGerritChangesCmd() *cobra.Command

func NewGerritChangesListCmd added in v0.10.0

func NewGerritChangesListCmd() *cobra.Command

func NewGerritCmd added in v0.10.0

func NewGerritCmd() *cobra.Command

func NewGerritGroupCmd added in v0.10.0

func NewGerritGroupCmd() *cobra.Command

func NewGerritGroupListCmd added in v0.10.0

func NewGerritGroupListCmd() *cobra.Command

func NewGerritGroupMembersCmd added in v0.10.0

func NewGerritGroupMembersCmd() *cobra.Command

func NewGerritGroupSearchCmd added in v0.10.0

func NewGerritGroupSearchCmd() *cobra.Command

func NewGerritProjectCmd added in v0.10.0

func NewGerritProjectCmd() *cobra.Command

func NewGerritProjectCurrentCmd added in v0.10.0

func NewGerritProjectCurrentCmd() *cobra.Command

func NewGerritProjectListCmd added in v0.10.0

func NewGerritProjectListCmd() *cobra.Command

func NewGerritProjectSearchCmd added in v0.10.0

func NewGerritProjectSearchCmd() *cobra.Command

func NewHostsAddCmd added in v0.10.0

func NewHostsAddCmd() *cobra.Command

func NewHostsCmd added in v0.10.0

func NewHostsCmd() *cobra.Command

func NewHostsRemoveCmd added in v0.10.0

func NewHostsRemoveCmd() *cobra.Command

func NewHostsWritableCmd added in v0.10.0

func NewHostsWritableCmd() *cobra.Command

func NewMediaWikiCmd added in v0.10.0

func NewMediaWikiCmd() *cobra.Command

func NewMediaWikiComposerCmd added in v0.10.0

func NewMediaWikiComposerCmd() *cobra.Command

func NewMediaWikiExecCmd added in v0.10.0

func NewMediaWikiExecCmd() *cobra.Command

func NewMediaWikiFreshCmd added in v0.10.0

func NewMediaWikiFreshCmd() *cobra.Command

func NewMediaWikiInstallCmd added in v0.10.0

func NewMediaWikiInstallCmd() *cobra.Command

func NewMediaWikiQuibbleCmd added in v0.10.0

func NewMediaWikiQuibbleCmd() *cobra.Command

func NewMwCliCmd added in v0.9.0

func NewMwCliCmd() *cobra.Command

func NewMwddCmd added in v0.10.0

func NewMwddCmd() *cobra.Command

func NewMwddDestroyCmd added in v0.10.0

func NewMwddDestroyCmd() *cobra.Command

func NewMwddResumeCmd added in v0.10.0

func NewMwddResumeCmd() *cobra.Command

func NewMwddSuspendCmd added in v0.10.0

func NewMwddSuspendCmd() *cobra.Command

func NewToolHubCmd added in v0.10.0

func NewToolHubCmd() *cobra.Command

func NewToolHubToolsListCmd added in v0.6.0

func NewToolHubToolsListCmd() *cobra.Command

func NewToolHubToolsSearchCmd added in v0.6.0

func NewToolHubToolsSearchCmd() *cobra.Command

func NewToolhubToolsCmd added in v0.10.0

func NewToolhubToolsCmd() *cobra.Command

func NewToolhubToolsGetCmd added in v0.10.0

func NewToolhubToolsGetCmd() *cobra.Command

func NewUpdateCmd added in v0.7.0

func NewUpdateCmd() *cobra.Command

func NewWikiCmd added in v0.10.0

func NewWikiCmd() *cobra.Command

func NewWikiPageCmd added in v0.10.0

func NewWikiPageCmd() *cobra.Command

func NewWikiPagePutCmd added in v0.10.0

func NewWikiPagePutCmd() *cobra.Command

Types

type Change added in v0.5.0

type Change struct {
	Project string
	Branch  string
	Topic   string
	ID      string
	Number  int
	Subject string
	Owner   struct {
		Name     string
		Email    string
		Username string
	}
	URL           string
	CommitMessage string
	CreatedOn     int64
	LastUpdated   int64
	Open          bool
	Status        string
	WIP           bool
}

type GlobalOptions added in v0.6.0

type GlobalOptions struct {
	NoInteraction bool
}

type VersionAttributes added in v0.6.0

type VersionAttributes struct {
	GitCommit  string // holds short commit hash of source tree.
	GitBranch  string // holds current branch name the code is built off.
	GitState   string // shows whether there are uncommitted changes.
	GitSummary string // holds output of git describe --tags --dirty --always.
	BuildDate  string // holds RFC3339 formatted UTC date (build time).
	Version    string // hold contents of ./VERSION file, if exists, or the value passed via the -version option.
}
var VersionDetails VersionAttributes

Jump to

Keyboard shortcuts

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