From b35084bc5ef7fbccc35e13c4989adcf4cd527989 Mon Sep 17 00:00:00 2001 From: "Lixia (Sylvia) Lei" Date: Tue, 3 Dec 2024 19:04:00 +0800 Subject: [PATCH] try Signed-off-by: Lixia (Sylvia) Lei --- cmd/oras/root/push.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/oras/root/push.go b/cmd/oras/root/push.go index d3d7d9cd1..1e5baaabe 100644 --- a/cmd/oras/root/push.go +++ b/cmd/oras/root/push.go @@ -52,7 +52,8 @@ type pushOptions struct { manifestConfigRef string artifactType string concurrency int - verbose bool // deprecated + // Deprecated: verbose is deprecated and will be removed in the future. + verbose bool } func pushCmd() *cobra.Command {