Sign In

entra-manifest-convert

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entra-manifest-convert

A CLI tool to convert Microsoft Entra Azure AD manifest files to Graph format

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

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-convert

Usage

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 test

Repository

For more information, visit the GitHub repository.

FAQs

Package last updated on 23 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts