Skip to content

Commit

Permalink
uppdate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Dec 3, 2024
1 parent 089ab40 commit 4680d74
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion cmd/oras/root/attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ type attachOptions struct {

artifactType string
concurrency int
verbose bool // deprecated
// Deprecated: verbose is deprecated and will be removed in the future.
verbose bool
}

func attachCmd() *cobra.Command {
Expand Down
3 changes: 2 additions & 1 deletion cmd/oras/root/blob/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ type pushBlobOptions struct {
fileRef string
mediaType string
size int64
verbose bool // deprecated
// Deprecated: verbose is deprecated and will be removed in the future.
verbose bool
}

func pushCmd() *cobra.Command {
Expand Down
3 changes: 2 additions & 1 deletion cmd/oras/root/cp.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ type copyOptions struct {
recursive bool
concurrency int
extraRefs []string
verbose bool // deprecated
// Deprecated: verbose is deprecated and will be removed in the future.
verbose bool
}

func copyCmd() *cobra.Command {
Expand Down
3 changes: 2 additions & 1 deletion cmd/oras/root/manifest/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ type pushOptions struct {
extraRefs []string
fileRef string
mediaType string
verbose bool // deprecated
// Deprecated: verbose is deprecated and will be removed in the future.
verbose bool
}

func pushCmd() *cobra.Command {
Expand Down
3 changes: 2 additions & 1 deletion cmd/oras/root/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ type pullOptions struct {
PathTraversal bool
Output string
ManifestConfigRef string
verbose bool // deprecated
// Deprecated: verbose is deprecated and will be removed in the future.
verbose bool
}

func pullCmd() *cobra.Command {
Expand Down

0 comments on commit 4680d74

Please sign in to comment.