Zoey Li

Results 24 comments of Zoey Li

Hi @qweeah , could you also add: Happy paths: - should delete a blob with confirmation flag and output prettified descriptor to stdout Bad paths: - should fail if the...

Happy paths: - should fetch blob content and output to a file - should fetch blob content and output to stdout - should fetch a blob and output descriptor to...

Hi @qweeah , could you also add: Happy paths: - should push a blob from a file and output the descriptor with specific media-type (using --media-type) - should push a...

Current UX: `oras blob push localhost:5000/0817hello artifact.txt ` ![image](https://user-images.githubusercontent.com/108315938/186065444-aaf059ec-3e82-4a68-9840-d8aa95534860.png) ![image](https://user-images.githubusercontent.com/108315938/186065386-ddd9ca35-a834-48e3-98c7-38373ab35eb5.png) cc @shizhMSFT @yizha1 @FeynmanZhou

Hi @yizha1, > * Push a blob to `a` remote registry Thanks for pointing out, I will change the command message to `Push a blob to a remote registry` 👌...

> The overall UX of `oras push` looks intuitive to me. Would it be more exact to update `` to ``? That's a good idea! But I notice we are...

UX design (08/26/2022) ``` # stdout human readable messages oras blob push # stdout json descriptor oras blob push --descriptor # stdout prettified json descriptor oras blob push --descriptor --pretty...

Current UX: `oras blob delete localhost:5000/0817hello@sha256:73720a3a5a2809700408e72ede153c7985889b1796a0b5edb30188e89edced5c` ![image](https://user-images.githubusercontent.com/108315938/186066095-58bed00b-d47f-4fd3-821e-bb62ff4061ce.png) ![image](https://user-images.githubusercontent.com/108315938/186075382-8f5478f7-0273-48e3-91d8-d031b268bb9e.png) cc @shizhMSFT @yizha1 @FeynmanZhou