Browse Source

choco-push: add page (#11438)

Sebastiaan Speck 1 year ago
parent
commit
d9b5c75330
1 changed files with 12 additions and 0 deletions
  1. 12 0
      pages/windows/choco-push.md

+ 12 - 0
pages/windows/choco-push.md

@@ -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}}`