mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 08:54:15 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user