mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:02:08 +02:00

* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
20 lines
606 B
Markdown
20 lines
606 B
Markdown
# choco outdated
|
|
|
|
> Vérifiez les packages obsolètes avec Chocolatey.
|
|
> Plus d'informations : <https://chocolatey.org/docs/commands-outdated>.
|
|
|
|
- Afficher une liste des packages obsolètes sous forme de tableau :
|
|
|
|
`choco outdated`
|
|
|
|
- Ignorer les packages épinglés dans la sortie :
|
|
|
|
`choco outdated --ignore-pinned`
|
|
|
|
- Spécifiez une source personnalisée à partir de laquelle vérifier les packages :
|
|
|
|
`choco outdated --source {{source_url|alias}}`
|
|
|
|
- Fournir un nom d'utilisateur et un mot de passe pour l'authentification :
|
|
|
|
`choco outdated --user {{nom_d_utilisateur}} --password {{mot_de_passe}}}`
|