Documentation ¶
Index ¶
- Constants
- Variables
- func BothFlagsCannotBeTrue(flag1, flag2 string) error
- func CheckedOutProject(name, branch string)
- func CheckingOutProjectFailed(project string) error
- func CloningProjectFailed(project string, err error) error
- func CodeRepoCreateFailed(err error) error
- func CodeRepoRegisterFailed(err error) error
- func ConfigRepoCreateFailed(err error) error
- func ConfigRepoRegisterFailed(err error) error
- func CreatedProject(name string)
- func CreatingProjectFailed(err error) error
- func DeselectedProject(name string)
- func ErrorDeleteProject(project string, err error) error
- func ErrorGettingRepositoryFailed(repository string, err error) error
- func GettingProjectsFailed(err error) error
- func GettingRepositoriesFailed(project string, err error) error
- func GettingRepositoryURLsFailed(project string, err error) error
- func ImportedProject(name, networkFQDN string)
- func ProjectBranchesNotEqual(branch1, branch2 string) error
- func ProjectNotFound(project string) error
- func PulledProject(name string)
- func PullingProjectFailed(project string) error
- func PushedProject(name string)
- func PushingProjectFailed(project string) error
- func RemovedProject(name, networkFQDN string)
- func SelectedProject(name string)
- func SelectingAProjectPromptFailed(err error) error
- func SelectingVisibilityFailed(err error) error
Constants ¶
View Source
const ( ConfigRepo = "config repository: %s" CodeRepo = "code repository: %s" )
Variables ¶
Functions ¶
func BothFlagsCannotBeTrue ¶
func CheckedOutProject ¶
func CheckedOutProject(name, branch string)
func CloningProjectFailed ¶
func CodeRepoCreateFailed ¶
func CodeRepoRegisterFailed ¶
func ConfigRepoCreateFailed ¶
func CreatedProject ¶
func CreatedProject(name string)
func CreatingProjectFailed ¶
func DeselectedProject ¶
func DeselectedProject(name string)
func ErrorDeleteProject ¶ added in v0.1.9
func ErrorGettingRepositoryFailed ¶ added in v0.1.9
func GettingProjectsFailed ¶
func ImportedProject ¶ added in v0.1.9
func ImportedProject(name, networkFQDN string)
func ProjectBranchesNotEqual ¶
func ProjectNotFound ¶
func PulledProject ¶
func PulledProject(name string)
func PullingProjectFailed ¶
func PushedProject ¶
func PushedProject(name string)
func PushingProjectFailed ¶
func RemovedProject ¶ added in v0.1.9
func RemovedProject(name, networkFQDN string)
func SelectedProject ¶
func SelectedProject(name string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.