cmd

package
v1.12.15-0...-edc2ec3 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = SetupRootCommand()
View Source
var RootCmdOptions struct {
	Author           string
	GitPath          string
	CICDOrigin       string
	DetectCICDOrigin bool
	CI               bool
	SkipChecks       bool
}

Functions

func Execute

func Execute()

func SetupCleanupBranchesCommand

func SetupCleanupBranchesCommand(parent command.Service) command.Service

func SetupCleanupCommand

func SetupCleanupCommand(parent command.Service) command.Service

func SetupCleanupTagsCommand

func SetupCleanupTagsCommand(parent command.Service) command.Service

func SetupCloseCommand

func SetupCloseCommand(parent command.Service) command.Service

func SetupCloseHotfixCommand

func SetupCloseHotfixCommand(parent command.Service) command.Service

func SetupCloseReleaseCommand

func SetupCloseReleaseCommand(parent command.Service) command.Service

func SetupFeatureCommand

func SetupFeatureCommand(parent command.Service) command.Service

func SetupFixCommand

func SetupFixCommand(parent command.Service) command.Service

func SetupHotfixCommand

func SetupHotfixCommand(parent command.Service) command.Service

func SetupInitCommand

func SetupInitCommand(parent command.Service) command.Service

func SetupInstallCommand

func SetupInstallCommand(parent command.Service) command.Service

func SetupPublishCommand

func SetupPublishCommand(parent command.Service) command.Service

func SetupPushCommand

func SetupPushCommand(parent command.Service) command.Service

func SetupReleaseCommand

func SetupReleaseCommand(parent command.Service) command.Service

func SetupRootCommand

func SetupRootCommand() command.Service

Types

type CleanupBranchesCommand

type CleanupBranchesCommand struct {
	command.Service
}

func (*CleanupBranchesCommand) PostSetup

func (cmd *CleanupBranchesCommand) PostSetup(parent command.Service) command.Service

type CleanupCommand

type CleanupCommand struct {
	command.Service
}

func (*CleanupCommand) PostSetup

func (cmd *CleanupCommand) PostSetup(parent command.Service) command.Service

type CleanupTagsCommand

type CleanupTagsCommand struct {
	command.Service
}

func (*CleanupTagsCommand) PostSetup

func (cmd *CleanupTagsCommand) PostSetup(parent command.Service) command.Service

type CloseCommand

type CloseCommand struct {
	command.Service
}

func (*CloseCommand) PostSetup

func (cmd *CloseCommand) PostSetup(parent command.Service) command.Service

type CloseHotfixCommand

type CloseHotfixCommand struct {
	command.Service
}

func (*CloseHotfixCommand) PostSetup

func (cmd *CloseHotfixCommand) PostSetup(parent command.Service) command.Service

type CloseReleaseCommand

type CloseReleaseCommand struct {
	command.Service
}

func (*CloseReleaseCommand) PostSetup

func (cmd *CloseReleaseCommand) PostSetup(parent command.Service) command.Service

type Config

type Config struct {
	Author            string `json:"author,omitempty"`
	GitProviderDomain string `json:"gitProviderDomain,omitempty"`
	GitProvider       string `json:"gitProvider,omitempty"`
	ProjectNamespace  string `json:"projectNamespace,omitempty"`
	ProjectName       string `json:"projectName,omitempty"`
	SquashCommits     bool   `json:"squashCommits,omitempty"`
	VersionFile       string `json:"versionFile,omitempty"`
	VersionFileType   string `json:"versionFileType,omitempty"`
	LogLevel          string `json:"logLevel,omitempty"`
}

type FeatureCommand

type FeatureCommand struct {
	command.Service
}

func (*FeatureCommand) PostSetup

func (cmd *FeatureCommand) PostSetup(parent command.Service) command.Service

type FixCommand

type FixCommand struct {
	command.Service
}

func (*FixCommand) PostSetup

func (cmd *FixCommand) PostSetup(parent command.Service) command.Service

type HotfixCommand

type HotfixCommand struct {
	command.Service
}

func (*HotfixCommand) PostSetup

func (cmd *HotfixCommand) PostSetup(parent command.Service) command.Service

type InitCommand

type InitCommand struct {
	command.Service
}

func (*InitCommand) PostSetup

func (cmd *InitCommand) PostSetup(parent command.Service) command.Service

type InstallCommand

type InstallCommand struct {
	command.Service
}

func (*InstallCommand) PostSetup

func (cmd *InstallCommand) PostSetup(parent command.Service) command.Service

type PrivateConfig

type PrivateConfig struct {
	Token string `json:"token,omitempty"`
}

type PublishCommand

type PublishCommand struct {
	command.Service
}

func (*PublishCommand) PostSetup

func (cmd *PublishCommand) PostSetup(parent command.Service) command.Service

type PushCommand

type PushCommand struct {
	command.Service
}

func (*PushCommand) PostSetup

func (cmd *PushCommand) PostSetup(parent command.Service) command.Service

type ReleaseCommand

type ReleaseCommand struct {
	command.Service
}

func (*ReleaseCommand) PostSetup

func (cmd *ReleaseCommand) PostSetup(parent command.Service) command.Service

type RootCommand

type RootCommand struct {
	command.Service
}

func (*RootCommand) PostSetup

func (cmd *RootCommand) PostSetup(parent command.Service) command.Service

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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