cmd

package
v0.0.0-...-53c14b0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: MIT Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "codesigndoc",
	Short: "Your friendly iOS Code Signing Doctor",
	Long: `Your friendly iOS Code Signing Doctor

Using this tool is as easy as running "codesigndoc scan xcode/xamarin" and following the guide it prints.

At the end of the process you'll have all the code signing files
(.p12 Identity file including the Certificate and Private Key,
and the required Provisioning Profiles) required to do a successful Archive of your iOS project.`,

	PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
		log.SetEnableDebugLog(enableVerboseLog)
		log.Debugf("EnableDebugLog: %v", enableVerboseLog)

		return nil
	},
}

RootCmd represents the base command when called without any subcommands

Functions

func Execute

func Execute()

Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type ArchiveError

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

ArchiveError ...

func (ArchiveError) Error

func (e ArchiveError) Error() string

Error ...

type BuildForTestingError

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

BuildForTestingError ...

func (BuildForTestingError) Error

func (e BuildForTestingError) Error() string

Error ...

type Tool

type Tool string

Tool ...

Jump to

Keyboard shortcuts

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