Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

office-addin-manifest

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-addin-manifest

Read and modify Office Add-in manifest files.

  • 1.13.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
88K
decreased by-10.77%
Maintainers
1
Weekly downloads
 
Created
Source

Office-Addin-Manifest

This package provides the ability to parse, display, modify, and validate the manifest file for Office Add-ins.

For more information, see the documentation.

Command-Line Interface

info

Display the information in the Office Add-in manifest.

Syntax:

office-addin-manifest info <manifest> [options]

manifest: path to manifest file.

modify

Modify values in the Office Add-in manifest file.

Syntax:

office-addin-manifest modify <manifest> [options]

manifest: path to manifest file.

Options:

-g [guid]
--guid [guid]

Update the unique ID for the Office Add-in. If the GUID is not provided, a random GUID is used.

This value is the <Id> element of <OfficeApp>.

For more information, see OfficeApp documentation.

-d <name>
--displayName <name>

Update the display name for the Office Add-in.

This value is the <DisplayName> element of <OfficeApp>.

For more information, see OfficeApp documentation.

validate

Determines whether the Office Add-in manifest is valid.

Syntax:

office-addin-manifest validate <manifest>

manifest: path to manifest file.

export

Packages up the json manifest file and some icons into a zip file.

Syntax:

office-addin-manifest export [options]

Options:

-m <manifest>
--manifest <manifest>

Specify the path to the manifest file. Default is './manifest.json'.

-o <output>
--output <output>

Specify the path to save the package to. Default is next to the manifest file.

Keywords

FAQs

Package last updated on 27 Sep 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc