cmd

package
v0.0.0-...-31a9bb7 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2021 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var IsValidSquadName = regexp.MustCompile(`^[a-zA-Z0-9]+$`).MatchString

Functions

func Execute

func Execute()

func IOSDeployPack

func IOSDeployPack(packName string, cleanPresets bool)

func IOSRecursiveWalk

func IOSRecursiveWalk(client *gowebdav.Client, path string) ([]string, error)

func IOSRemoveInstrumentFromDevice

func IOSRemoveInstrumentFromDevice(deviceIDs IOSDeviceIds, instrumentName string) error

func NewWaveStateCache

func NewWaveStateCache() *waveCache

func OSXDecompilePack

func OSXDecompilePack(packToDecompile string)

func OSXDeployDesign

func OSXDeployDesign(designName string, cleanPresets bool)

func OSXDeployPack

func OSXDeployPack(packName string, cleanPresets bool)

func OSXFindInstrumentsInPack

func OSXFindInstrumentsInPack(packToDecompile string) ([]string, error)

returns list of full paths to instruments in the given pack; to their .json preset, to be exact

func OSXRecursiveWalk

func OSXRecursiveWalk(path string) ([]string, error)

func OSXRemoveInstrumentFromDevice

func OSXRemoveInstrumentFromDevice(instrumentName string) error

func SyncPull

func SyncPull(gitDir, gitKey string) error

Types

type IOSDeviceIds

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

a structure with iOS device ids

func LoadIOSDeviceIdsFromConfig

func LoadIOSDeviceIdsFromConfig() (IOSDeviceIds, error)

look up device ids from viper configuration and return them, or error if not found

Jump to

Keyboard shortcuts

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