command

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: MIT Imports: 43 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "force",
	Short: "force CLI",
	PersistentPreRun: func(cmd *cobra.Command, args []string) {
		switch cmd.Use {
		case "force", "login":
		default:
			initializeSession()
		}
	},
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
		os.Exit(1)
	},
	DisableFlagsInUseLine: true,
}

Functions

func Execute added in v0.99.0

func Execute()

func GenerateResults added in v0.23.0

func GenerateResults(output TestCoverage) string

func GetDataPipelineId

func GetDataPipelineId(name string) (id string)

func QualifyMethods added in v0.22.83

func QualifyMethods(class string, methods []string) []string

func RunTests

func RunTests(testRunner TestRunner, tests []string, namespace string) (output TestCoverage, err error)

func SplitCSV added in v0.22.81

func SplitCSV(csvFilePath string, batchsize int) (batches []string, err error)

Types

type CustomObject

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

type FLS

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

type OLS

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

type Profile

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

type XLS

type XLS interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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