Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-22 00:22:43 +00:00
parent 9017f8acda
commit 716a67f83d
236 changed files with 290 additions and 289 deletions

View File

@@ -5,13 +5,13 @@ source: https://github.com/tldr-pages/tldr.git
---
# choco push
> Push a compiled NuGet package (`nupkg`) to a package feed.
> 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:
- Push a compiled `.nupkg` to the specified feed:
`choco push {{[-s|--source]}} {{https://push.chocolatey.org/}}`
- Push a compiled `nupkg` to the specified feed with a timeout in seconds (default is 2700):
- Push a compiled `.nupkg` to the specified feed with a timeout in seconds (default is 2700):
`choco push {{[-s|--source]}} {{https://push.chocolatey.org/}} {{[--timeout|--execution-timeout]}} {{500}}`