microsoftgraph / msgraph-cli-archived

The Microsoft Graph CLI repository has moved. This repository is now an archive.
https://github.com/microsoftgraph/msgraph-cli
Other
44 stars 9 forks source link

Task/package for debian #23

Closed jobala closed 4 years ago

jobala commented 4 years ago

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.

jobala commented 4 years ago

Merging this so that I am unblocked on automating the build process.