Terry Howe
Terry Howe
Thanks, currently the deployment is broken. Also, it might be easier to merge your PR if you broke it into smaller PRs. Thanks!
It could be hard to parse the command line in proposal 2 `oras cp --from-oci-layout-ref ` it makes more sense to me if we were going to do that to...
What I should have said is the usage would not change, but the way it is used would. Current usage: `oras cp [flags] {:|@} [:[,][...]]` would parse this just fine:...
I think it would be more consisten to have a `--to-oci-layout-path` option like: ``` oras cp --from-oci-layout-path --to-oci-layout-pajh ``` from and to oci-layout-path should take an argument rather than be...
Good idea, would it be easier to create an issue for each command?
json and templates space complexity is O(n) though and could be improved.
Is there an error message you could provide and what environment are you using with the CLI
Might need something like flock to resolve this. Similar issue on Helm https://github.com/helm/helm/pull/31128
I'm not sure on the performance cost of using flock if that was the solution
> if this needs to be put to main and backported. should i close this pr and reopen the same pr after v4 pr is merged? or should i just...