mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
18 lines
531 B
Plaintext
18 lines
531 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|