From eacc684563242f0f389fb601f3ba60307862eea6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:29:10 +0200 Subject: [PATCH] Auto-generated cli documentation update - 2023-12-20 13:56:42 (#1987) Update documentation Co-authored-by: jhrozek --- docs/docs/ref/cli/minder_artifact_get.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/ref/cli/minder_artifact_get.md b/docs/docs/ref/cli/minder_artifact_get.md index a30058a0ad..50a3ee2ef2 100644 --- a/docs/docs/ref/cli/minder_artifact_get.md +++ b/docs/docs/ref/cli/minder_artifact_get.md @@ -18,6 +18,7 @@ minder artifact get [flags] ``` -h, --help help for get -i, --id string ID of the artifact to get info from + -o, --output string Output format (one of json,yaml,table) (default "table") --tag string Specific artifact tag to retrieve -v, --versions int32 Latest artifact versions to retrieve (default 1) ```