Currently [Command.PrintErrln](https://pkg.go.dev/github.com/spf13/cobra#Command.PrintErrln) and [Command.PrintErrf](https://pkg.go.dev/github.com/spf13/cobra#Command.PrintErrf) are used to output deprecation and other warnings when [Printer](https://github.com/oras-project/oras/blob/9e5e7666e99582d5fd0be79df25de9d6a47de89a/cmd/oras/internal/output/print.go#L34-L39) is not available in the context. Should replace all usage of [Command.PrintErrln](https://pkg.go.dev/github.com/spf13/cobra#Command.PrintErrln) and [Command.PrintErrf](https://pkg.go.dev/github.com/spf13/cobra#Command.PrintErrf).