mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 06:52:28 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user