Update README
Reviewed By: mweststrate Differential Revision: D27229201 fbshipit-source-id: faeb4528283a21be7ba51eb4a8e708a901307233
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fa97809178
commit
0a9b7147c7
@@ -1,7 +1,5 @@
|
|||||||
# Flipper Packer
|
# Flipper Packer
|
||||||
|
|
||||||
*Work in progress and incomplete*
|
|
||||||
|
|
||||||
A tool for splitting a Flipper build into smaller artifacts that can be distributed and cached separately.
|
A tool for splitting a Flipper build into smaller artifacts that can be distributed and cached separately.
|
||||||
|
|
||||||
**N.B. Buck build files are not included in the open-source export of this tool.**
|
**N.B. Buck build files are not included in the open-source export of this tool.**
|
||||||
@@ -36,15 +34,16 @@ See help page:
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ cargo run -- --help
|
$ cargo run -- --help
|
||||||
flipper-packer 0.1.0
|
flipper-packer 0.3.0
|
||||||
Facebook, Inc.
|
Facebook, Inc.
|
||||||
|
Split the Flipper distribution into smaller, cacheable artifacts
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
flipper-packer [FLAGS] [OPTIONS] <PLATFORM>
|
flipper-packer [FLAGS] [OPTIONS] <PLATFORM>
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
|
--no-compression Skip compressing the archives (for debugging)
|
||||||
-p, --packlist Custom list of files to pack.
|
-p, --packlist Custom list of files to pack.
|
||||||
-V, --version Prints version information
|
-V, --version Prints version information
|
||||||
|
|
||||||
@@ -54,7 +53,6 @@ OPTIONS:
|
|||||||
|
|
||||||
ARGS:
|
ARGS:
|
||||||
<PLATFORM> Platform to build for [possible values: Mac, Linux, Windows]
|
<PLATFORM> Platform to build for [possible values: Mac, Linux, Windows]
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Buck:
|
Buck:
|
||||||
|
|||||||
Reference in New Issue
Block a user