Documentation
¶
Index ¶
- Variables
- func Execute() error
- func GetConfigPath() string
- func NewConfigCmd() *cobra.Command
- func NewDebugCmd() *cobra.Command
- func NewGitConfigCmd() *cobra.Command
- func NewGitCredentialCmd() *cobra.Command
- func NewListCmd() *cobra.Command
- func NewMigrateCmd() *cobra.Command
- func NewRemoveCmd() *cobra.Command
- func NewScopeCmd() *cobra.Command
- func NewSetupCmd() *cobra.Command
- func NewTestCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrConflictingKeyOptions = errors.New("⚠️ Both --key-file and GH_APP_PRIVATE_KEY are provided, " +
"choose one or the other, not both.\n")
)
Common errors returned by setup
Functions ¶
func GetConfigPath ¶ added in v0.0.2
func GetConfigPath() string
GetConfigPath is exported for use by other packages
func NewConfigCmd ¶ added in v0.0.2
func NewDebugCmd ¶
func NewGitConfigCmd ¶
func NewGitCredentialCmd ¶
func NewListCmd ¶
func NewMigrateCmd ¶
func NewRemoveCmd ¶
func NewScopeCmd ¶
func NewSetupCmd ¶
func NewTestCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.