package
3.55.1-dev.0
Repository: https://github.com/mrod-io/pulumi.git
Documentation: pkg.go.dev

# Functions

GetGitHubProjectForOrigin returns the GitHub login, and GitHub repo name if the "origin" remote is a GitHub URL.
GetGitReferenceNameOrHashAndSubDirectory returns the reference name or hash, and sub directory path.
GetGitRemoteURL returns the remote URL for the given remoteName in the repo.
GetGitRepository returns the git repository by walking up from the provided directory.
GitCloneAndCheckoutCommit clones the Git repository and checkouts the specified commit.
No description provided by the author
GitListBranchesAndTags fetches a remote Git repository's branch and tag references (including HEAD), sorted by the length of the short name descending.
IsGitOriginURLGitHub returns true if the provided remoteURL is detected as GitHub.
ParseGitRepoURL returns the URL to the Git repository and path from a raw URL.
TryGetVCSInfo attempts to detect whether the provided remoteURL is an SSH or an HTTPS remote URL.

# Constants

AzureDevOpsHostName The host name for Azure DevOps.
BitbucketHostName The host name for Bitbucket.
GitHubHostName The host name for GitHub.
GitLabHostName The host name for GitLab.

# Structs

VCSInfo describes a cloud-hosted version control system.

# Type aliases

VCSKind represents the hostname of a specific type of VCS.