From a6e01c4d2815b5bdf11a36937f7a36f0b21da059 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Wed, 3 Feb 2021 17:14:17 -0800 Subject: [PATCH] Add newly generated create image doc Signed-off-by: Jonathan Innis --- docs/cmd/flux_create_image_policy.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/cmd/flux_create_image_policy.md b/docs/cmd/flux_create_image_policy.md index 5a9db5f6..9733f86f 100644 --- a/docs/cmd/flux_create_image_policy.md +++ b/docs/cmd/flux_create_image_policy.md @@ -18,10 +18,12 @@ flux create image policy [flags] ### Options ``` - --filter-regex string regular expression pattern used to filter the image tags - -h, --help help for policy - --image-ref string the name of an image repository object - --semver string a semver range to apply to tags; e.g., '1.x' + --filter-extract string replacement pattern (using capture groups from --filter-regex) to use for sorting + --filter-regex string regular expression pattern used to filter the image tags + -h, --help help for policy + --image-ref string the name of an image repository object + --select-alpha string use alphabetical sorting to select image; either "asc" meaning select the last, or "desc" meaning select the first + --select-semver string a semver range to apply to tags; e.g., '1.x' ``` ### Options inherited from parent commands