v1.2.0-demo
Pre-release
Pre-release
github-actions
released this
10 Jul 07:01
·
69 commits
to main
since this release
Experimental Features
Add a demo command to demo flag usage for multiple value. Demo command:
# install
VERSION="1.2.0-demo"
curl -LO "https://github.com/qweeah/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
mkdir -p oras-install/
tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
sudo mv oras-install/oras /usr/local/bin/oras-test
rm -rf oras_${VERSION}_*.tar.gz oras-install/
# test
oras-test demo -p one=microsoft,less=more -t "type:tag,os:windows,arch:amd64" -t "type:digest,os:linux,arch:arm64" -s "this,should,be,flattened"
Changelog
- adc2d50 test: add demo command