mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 18:53:04 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/windows/choco-push
Normal file
17
tldr/windows/choco-push
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user