Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# phive
> The Phar Installation and Verification Environment for secure PHP application deployment.
> More information: <https://phar.io>.
> More information: <https://phar.io/#Usage>.
- Display a list of available aliased Phars:
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
- Install a specified Phar globally:
`phive install {{alias|url}} --global`
`phive install {{alias|url}} {{[-g|--global]}}`
- Install a specified Phar to a target directory:
`phive install {{alias|url}} --target {{path/to/directory}}`
`phive install {{alias|url}} {{[-t|--target]}} {{path/to/directory}}`
- Update all Phar files to the latest version: