diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-25 17:21:54 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-07-27 17:15:01 +0200 |
commit | 396c2edeb5e240f339cc51728a2ae1d83aded5e1 (patch) | |
tree | 434ff125a9f989a73243d69da741476a521c7b6a /share | |
parent | 26090ce503f40502a62d7ebabcb4ee060b28d05b (diff) | |
download | justbuild-396c2edeb5e240f339cc51728a2ae1d83aded5e1.tar.gz |
Add option -P to just-install-cas
... to allow selecting a sub object of a specified tree.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md index aaa4e4f5..e587da7a 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -461,6 +461,11 @@ When installing a tree to stdout, i.e., when no option **`-o`** is given, dump the raw tree rather than a pretty-printed version. Supported by: install-cas. +**`-P`**, **`--sub-object-path`** *`PATH`* +Instead of the specified tree object take the object at the specified +logical path inside. +Supported by: install-cas. + **`--remember`** Ensure that all installed artifacts are available in local CAS as well, even when using remote execution. |