mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 07:54:15 +00:00
Update cheatsheets
This commit is contained in:
41
phive
Normal file
41
phive
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
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>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user