mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 04:35:43 +02:00
phive: add page (#1956)
This commit is contained in:
parent
41e691a12b
commit
c45abeb5ee
1 changed files with 35 additions and 0 deletions
35
pages/common/phive.md
Normal file
35
pages/common/phive.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# phive
|
||||
|
||||
> The Phar Installation and Verification Environment for secure PHP application deployment.
|
||||
|
||||
- Display a list of available aliased Phars:
|
||||
|
||||
`phive list`
|
||||
|
||||
- Install a specified Phar to the local directory:
|
||||
|
||||
`phive install {{alias|url}}`
|
||||
|
||||
- Install a specified Phar globally:
|
||||
|
||||
`phive install {{alias|url}} --global`
|
||||
|
||||
- Install a specified Phar to a target directory:
|
||||
|
||||
`phive install {{alias|url}} --target {{path/to/directory}}`
|
||||
|
||||
- Update all Phar files to the latest version:
|
||||
|
||||
`phive update`
|
||||
|
||||
- Remove a specified Phar file:
|
||||
|
||||
`phive remove {{alias|url}}`
|
||||
|
||||
- Remove unused Phar files:
|
||||
|
||||
`phive purge`
|
||||
|
||||
- List all available commands:
|
||||
|
||||
`phive help`
|
Loading…
Add table
Reference in a new issue