2016-04-19 13:54:03 +00:00
|
|
|
HotFix; Quickly patch and fix system
|
|
|
|
====================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2016-04-19 14:37:31 +00:00
|
|
|
$ hotfix apply pastebin:1234abcd
|
|
|
|
$ hotfix apply gist:user/hash
|
|
|
|
$ hotfix apply http://some.site/url.to.fix
|
2016-04-19 13:54:03 +00:00
|
|
|
|
|
|
|
### Applying local patches
|
|
|
|
|
2016-04-19 14:37:31 +00:00
|
|
|
$ hotfix apply --insecure test.hotfix
|
2016-04-19 13:54:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
### Signing
|
|
|
|
|
2016-04-19 14:37:31 +00:00
|
|
|
$ hotfix sign test.hotfix
|
2016-04-19 13:54:03 +00:00
|
|
|
|