About the Secrets Manager category

Ask the Community | Manage privileged secrets across the development lifecycle

Before Posting

Please read Welcome to the Bitwarden Community!

Hi I was working with the secrets manager cli for the hackathon but I am having trouble with running the command to install the cli

RUN curl -O https://github.com/bitwarden/sdk/releases/download/bws-v0.3.1/bws-x86_64-unknown-linux-gnu-0.3.1.zip && unzip bws-x86_64-unknown-linux-gnu-0.3.1.zip && export PATH=/this/directory:$PATH

This command gives me the following output, in the docs the version 0.2.1 is specified which on trying as well does not work
rchive: bws-x86_64-unknown-linux-gnu-0.3.1.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of bws-x86_64-unknown-linux-gnu-0.3.1.zip or
bws-x86_64-unknown-linux-gnu-0.3.1.zip.zip, and cannot find bws-x86_64-unknown-linux-gnu-0.3.1.zip.ZIP, period.