entra-manifest-convert
v1.2.0
Published
A CLI tool to convert Microsoft Entra Azure AD manifest files to Graph format
Readme
Entra Manifest Convert
A CLI tool to convert Microsoft Entra app manifests from Azure AD Graph format to Azure AD Graph format. For more information about the format, please check this link
Installation
npm install -g entra-manifest-convertUsage
entra-manifest-convert <path-to-manifest> [--out <output-file>] [--spaces <number-of-spaces>]You can optionally specify an output file using the --out parameter and the number of spaces for JSON formatting using the --spaces parameter.
Running Tests
npm testRepository
For more information, visit the GitHub repository.
