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) ```