aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-06 22:16:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-07 13:20:53 +0300
commite253cd97c6a8d55a5be19731d58769f4663ab2d1 (patch)
tree44a976e7b4ac4d55212cd0b7f2c52a5bf18d8516 /bpkg/rep-create.cli
parented3452457b33bb7a4b2f0abb3ae1fc53f826bc9e (diff)
Add support for applying backward compatibility workarounds to packages.manifest file generated by rep-create
Diffstat (limited to 'bpkg/rep-create.cli')
-rw-r--r--bpkg/rep-create.cli11
1 files changed, 11 insertions, 0 deletions
diff --git a/bpkg/rep-create.cli b/bpkg/rep-create.cli
index be4cc42..9d062ec 100644
--- a/bpkg/rep-create.cli
+++ b/bpkg/rep-create.cli
@@ -36,6 +36,17 @@ namespace bpkg
"Ignore unknown manifest entries."
}
+ butl::standard_version --min-bpkg-version
+ {
+ "<ver>",
+ "Apply backward compatibility workarounds to the generated
+ \cb{packages.manifest} file so that it can be consumed by \cb{bpkg}
+ versions greater or equal to the specified version. If unspecified,
+ then the \cb{min-bpkg-version} value from the \cb{repositories.manifest}
+ file is used, if present. If the manifest value is not specified
+ either, then no backward compatibility workarounds are applied."
+ }
+
string --key
{
"<name>",