You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be beneficial in some cases to allow users to pass in either a full url to a repository or a combination of {user}/{repoName} instead of forcing them to specifically pass in seperate arguments for user and repository name.
Context
Typically CI servers have an environment variable (or similar) that have either the full url to a repository, or a environment variable set to {user}/{repoName}. It would be easier for people to reuse these variables and pass them to GRM instead of having to seperate the variable before passing them to GRM.
Possible Implementation
I would suggest to allow an argument that will handle the following user inputs and extracts the necessary information from them:
GitTools/GitReleaseManager
https://github.com/GitTools/GitReleaseManager (with an optional .git suffix)
ssh://[email protected]/GitTools/GitReleaseManager (with an optional .git suffix)
[email protected]:GitTools/GitReleaseManager (with an optional .git suffix)
Your Environment
Version Used: 0.11.0
Edition Used (.NET Core, .NET Framework): Any
Operating System and version (Windows 10, Ubuntu 18.04): Any
The text was updated successfully, but these errors were encountered:
Detailed Description
Would be beneficial in some cases to allow users to pass in either a full url to a repository or a combination of
{user}/{repoName}
instead of forcing them to specifically pass in seperate arguments for user and repository name.Context
Typically CI servers have an environment variable (or similar) that have either the full url to a repository, or a environment variable set to
{user}/{repoName}
. It would be easier for people to reuse these variables and pass them to GRM instead of having to seperate the variable before passing them to GRM.Possible Implementation
I would suggest to allow an argument that will handle the following user inputs and extracts the necessary information from them:
GitTools/GitReleaseManager
https://github.com/GitTools/GitReleaseManager
(with an optional.git
suffix)ssh://[email protected]/GitTools/GitReleaseManager
(with an optional.git
suffix)[email protected]:GitTools/GitReleaseManager
(with an optional.git
suffix)Your Environment
The text was updated successfully, but these errors were encountered: