Billy Zha

Results 78 issues of Billy Zha

This PR adds an new command `manifest` and a subcommand `fetch` for displaying the manifest of an artifact reference with below changes: - Moves `manifest` related code into a new...

Print out the digest and media type even when a unnamed content is skipped for pulling and verbose option is set. - unnamed: the to-be-pulled content doesn't have a title...

User can use this command to push a manifest with any media type to a target registry. The proposed commands is: ``` Usage: oras manifest push REG/REPO PATH [flags] Flags:...

The proposed commands is: ``` Usage: oras manifest delete REG/REPO [flags] Flags: --ca-file string server certificate authority file for the remote registry -d, --debug debug mode -h, --help help for...

The proposed commands is: ``` Usage: oras blob delete REG/REPO@DIGEST [flags] Flags: --ca-file string server certificate authority file for the remote registry -d, --debug debug mode -h, --help help for...

The proposed commands is: ``` Usage: oras blob fetch REG/REPO@DIGEST [flags] Flags: --ca-file string server certificate authority file for the remote registry -d, --debug debug mode --descriptor only fetch a...

The proposed commands is: ``` Usage: oras blob push REG/REPO@DIGEST PATH [flags] Flags: --ca-file string server certificate authority file for the remote registry -d, --debug debug mode -h, --help help...

The proposed command is: ``` Usage: oras repository list REGISTRY [flags] Flags: --ca-file string server certificate authority file for the remote registry -d, --debug debug mode -h, --help help for...

The proposed command is: ``` Usage: oras repository show-tags REPO [flags] Flags: --ca-file string server certificate authority file for the remote registry -d, --debug debug mode -h, --help help for...

User might want to use annotation to store information in the manifest content. If no blob and manifest annotation are provided, should exit with error.

bug