This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
Is your feature request related to a problem? Please describe the problem.
I want to install a cryptographically authenticated release of msgraph-cli, but cannot find any signatures or installation instructions to use package repository.
Describe the solution you'd like.
The preferred signed installation method for me would be an APT package repository as I am using Ubuntu. An example of this can be found in Azure CLI at https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?view=azure-cli-latest&pivots=apt
Azure CLI offers a DEB package installation from https://packages.microsoft.com/repos/azure-cli/
The Option 2: Step-by-step installation instructions also provide good instructions on how to configure the package repository and install Azure CLI from there. This would be the preferred method.
An alternative some times used by standalone software projects for linux installers is to provide a SHA256SUMS file and a PGP public key signature of the SHA256SUM file.
Additional context?
No response