Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/credfeto/nuget-multi-push
dotnet core tool to push multiple packages to nuget in one go
https://github.com/credfeto/nuget-multi-push
Last synced: about 1 month ago
JSON representation
dotnet core tool to push multiple packages to nuget in one go
- Host: GitHub
- URL: https://github.com/credfeto/nuget-multi-push
- Owner: credfeto
- License: mit
- Created: 2020-10-16T22:18:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:42:17.000Z (2 months ago)
- Last Synced: 2024-10-29T15:11:08.785Z (2 months ago)
- Language: C#
- Size: 3.17 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# nuget-multi-push
DotNet core tool for pushing a directory full of packages to a nuget server rather than looping through all the packages
in the folder one at a time.## Installation
``dotnet tool install Credfeto.Package.Push``
## Usage
``dotnet pushpackages --folder c:\packages --api-key API-KEY --source https://feed-push-url/``
## Build Status
| Branch | Status |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| main | [![Build: Pre-Release](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-pre-release.yml/badge.svg)](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-pre-release.yml) |
| release | [![Build: Release](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-release.yml/badge.svg)](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-release.yml) |## Changelog
View [changelog](CHANGELOG.md)
## Contributors