This PR adds changes that allow us to package for debian based linux distros like ubuntu. You can build the debian packages locally by following the instruction in build_scripts/debian/README.md
Note
The CLI will use an unencrypted token cache if the user doesn't have libsecret installed. Once #24 is implemented we'll warn the user that the token was not stored securely and advise them to install libsecret.
Overview
This PR adds changes that allow us to package for debian based linux distros like ubuntu. You can build the debian packages locally by following the instruction in
build_scripts/debian/README.md
Note
The CLI will use an unencrypted token cache if the user doesn't have libsecret installed. Once #24 is implemented we'll warn the user that the token was not stored securely and advise them to install
libsecret
.