mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
choco-pack: add German translation
This commit is contained in:
parent
88eda2b52c
commit
80cac0d24f
1 changed files with 16 additions and 0 deletions
16
pages.de/windows/choco-pack.md
Normal file
16
pages.de/windows/choco-pack.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# choco pack
|
||||
|
||||
> Verpacke eine NuGet-Spezifikation in eine nupkg-Datei.
|
||||
> Mehr Informationen: <https://chocolatey.org/docs/commands-pack>.
|
||||
|
||||
- Verpacke eine NuGet-Spezifikation in eine nupkg-Datei:
|
||||
|
||||
`choco pack {{pfad/zu/der/spezifikation}}`
|
||||
|
||||
- Verpacke eine NuGet-Spezifikation in eine nupkg-Datei und bestimme die Version der ausgegebenen Datei:
|
||||
|
||||
`choco pack {{pfad/zu/der/spezifikation}} --version {{version}}`
|
||||
|
||||
- Verpacke eine NuGet-Spezifikation in eine nupkg-Datei, welche in einem bestimmten Verzeichnis gespeichert wird:
|
||||
|
||||
`choco pack {{pfad/zu/der/spezifikation}} --output-directory {{pfad/zum/ausgabe_verzeichnis}}`
|
Loading…
Add table
Reference in a new issue