cmd

package
v0.0.0-...-1f00331 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2023 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "stepper",
	Short: "Solves some Bitrise step / steplib related tasks",
}

RootCmd ...

Functions

func Execute

func Execute()

Execute ...

Types

type LibDependencyAnalyser

type LibDependencyAnalyser struct {
	// contains filtered or unexported fields
}

func (LibDependencyAnalyser) Analyse

func (a LibDependencyAnalyser) Analyse(rootDir string) error

type ListOptions

type ListOptions struct {
	RepoURLFilters []string
	PrintTemplate  string
}

type PackagePath

type PackagePath struct {
	Host  string
	Owner string
	Name  string
	IsV2  bool
}

type Step

type Step struct {
	models.StepModel
	StepID     string
	Repository StepRepository
}

type StepDependencyAnalyser

type StepDependencyAnalyser struct {
	// contains filtered or unexported fields
}

func (StepDependencyAnalyser) Analyse

func (a StepDependencyAnalyser) Analyse() error

func (StepDependencyAnalyser) AnalyseAllBitriseSteps

func (a StepDependencyAnalyser) AnalyseAllBitriseSteps(rootDir string) error

type StepDependencyUpdater

type StepDependencyUpdater struct {
	// contains filtered or unexported fields
}

func (StepDependencyUpdater) UpdateIfNeeded

func (u StepDependencyUpdater) UpdateIfNeeded(pkg, ver, dir string) error

type StepLister

type StepLister struct {
	// contains filtered or unexported fields
}

func (StepLister) ListSteps

func (l StepLister) ListSteps(opts *ListOptions) error

type StepRepository

type StepRepository struct {
	Host  string
	Owner string
	Repo  string
}

type ToolDependencyAnalyser

type ToolDependencyAnalyser struct {
	// contains filtered or unexported fields
}

func (ToolDependencyAnalyser) Analyse

func (a ToolDependencyAnalyser) Analyse(dir string) error

Jump to

Keyboard shortcuts

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