From 0a9b7147c7d71712b29bfa406c815f477dcca105 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 23 Mar 2021 13:26:31 -0700 Subject: [PATCH] Update README Reviewed By: mweststrate Differential Revision: D27229201 fbshipit-source-id: faeb4528283a21be7ba51eb4a8e708a901307233 --- packer/README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/packer/README.md b/packer/README.md index 9e133939e..d9eccc5de 100644 --- a/packer/README.md +++ b/packer/README.md @@ -1,7 +1,5 @@ # Flipper Packer -*Work in progress and incomplete* - 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.** @@ -36,17 +34,18 @@ See help page: ``` $ cargo run -- --help -flipper-packer 0.1.0 +flipper-packer 0.3.0 Facebook, Inc. - +Split the Flipper distribution into smaller, cacheable artifacts USAGE: flipper-packer [FLAGS] [OPTIONS] FLAGS: - -h, --help Prints help information - -p, --packlist Custom list of files to pack. - -V, --version Prints version information + -h, --help Prints help information + --no-compression Skip compressing the archives (for debugging) + -p, --packlist Custom list of files to pack. + -V, --version Prints version information OPTIONS: -d, --dist Flipper dist directory to read from. [default: ~/fbsource/xplat/sonar/dist] @@ -54,7 +53,6 @@ OPTIONS: ARGS: Platform to build for [possible values: Mac, Linux, Windows] - ``` Buck: