choco-push: add page (#11438)

pull/23/head
Sebastiaan Speck 2023-11-10 14:42:48 +01:00 committed by GitHub
parent 47b71cbb5a
commit d9b5c75330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# choco-push
> Push a compiled NuGet package (`nupkg`) to a package feed.
> More information: <https://docs.chocolatey.org/en-us/create/commands/push>.
- Push a compiled `nupkg` to the specified feed:
`choco push --source {{https://push.chocolatey.org/}}`
- Push a compiled `nupkg` to the specified feed with a timeout in seconds (default is 2700):
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`