-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GitHub sources in PublicAPI and CLI #3023
Conversation
…blicAPI and started work in CLI to use the added API
…into sources-in-publicapi
…ool to add github repo
@enricosada I changed the cli and added the functions in AddProcess etc. Now you can run
and it generates the paket.dependencies and paket.lock file correctly. It also supports the version, file and group parameters. |
so no longer WIP? |
I could clean up the empty functions AddHttp, AddGit etc if you want to merge only the Github-functionality. |
thanks! |
@@ -625,6 +647,7 @@ with | |||
member this.Usage = | |||
match this with | |||
| Add _ -> "add a new dependency" | |||
| Github _ -> "commands to manipulate gihub repository references" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please change gihub
to GitHub
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely! Opened #3100 for this.
work in progress for implementing Git, GitHub, Gist and Http sources in CLI tool and PublicAPI