To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an Open Source Maintenance Fee. While the source code is freely available under the terms of the License, this package and other aspects of the project require adherence to the Maintenance Fee.
To pay the Maintenance Fee, become a Sponsor at the proper OSMF tier. A single fee covers all of Devlooped packages.
Packs the GitHub CLI for install-less, portable execution via ndnx/dnx.
ndnx gh repo list
dnx gh repo list
# installed
dotnet tool install gh && dotnet gh --versiondnx/ndnx use the package id gh. An installed tool is dotnet gh (ToolCommandName dotnet-gh) so it does not replace GitHub's native gh on PATH.
PackageReference GitHub.Cli and pack/publish for your RID to copy gh/ next to the app. GitHub.Cli.ResolvePath() is the Payload gh executable.