DownloadHangar
A command line utility for assembling an Airship core update. 
Workflow
- 
`hangar start` in the Airship directory (`src`).
 
- 
`hangar add [file] [file2] ...` to add files to the patch, which will 
overwrite core files when the end user updates.
 
- 
`hangar autoRun [file] [file2] ...` to add script snippets that will be run
after overwriting the core files.
 
- 
`hangar assemble` to compile the executable PHP Archive (Phar) with the
update pack.
 
- 
`hangar sign [pharfile]` is meant to be used in an air-gapped environment.
This command will produce an Ed25519 signature of the BLAKE2b-512 hash of
the PHP Archive for publishing.
 
 
 |