OS=Linux # or Darwin, Windows
ARCH=x86_64 # or arm64, x86_64, armv6
curl -sL "https://github.com/shdubna/discli/releases/download/${VERSION}/discli_${OS}_${ARCH}.tar.gz" > discli.tar.gz
Unpack it in the PATH.
tar -zxvf discli.tar.gz -C /usr/local/bin/ discli
Options
--allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers
-h, --help help for discli
--insecure Allow image references to be fetched without TLS
--platform platform Specifies the platform in the form os/arch[/variant][:osversion], or all for all available platforms (e.g. linux/amd64). (default linux/amd64)
-v, --verbose Enable debug logs