mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 01:13:41 +02:00
choco-push: updated Spanish translation (#17749)
This commit is contained in:
parent
12581deb10
commit
f3317226e2
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# choco-push
|
# choco push
|
||||||
|
|
||||||
> Sube un paquete NuGet compilado (`nupkg`) a un feed de paquetes.
|
> Sube un paquete NuGet compilado (`nupkg`) a un feed de paquetes.
|
||||||
> Más información: <https://docs.chocolatey.org/en-us/create/commands/push>.
|
> Más información: <https://docs.chocolatey.org/en-us/create/commands/push>.
|
||||||
|
|
||||||
- Subir un `nupkg` compilado al feed especificado:
|
- Sube un `nupkg` compilado al feed especificado:
|
||||||
|
|
||||||
`choco push --source {{https://push.chocolatey.org/}}`
|
`choco push --source {{https://push.chocolatey.org/}}`
|
||||||
|
|
||||||
- Subir un `nupkg` compilado al feed especificado con un tiempo de espera en segundos (el valor predeterminado es 2700):
|
- Sube un `nupkg` compilado al feed especificado con un tiempo de espera en segundos (el valor predeterminado es 2700):
|
||||||
|
|
||||||
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`
|
`choco push --source {{https://push.chocolatey.org/}} --execution-timeout {{500}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue