UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

20 lines 1.02 kB
const prefix = 'graph'; export default { CHANGELOG_LIST: `${prefix} changelog list`, DIRECTORYEXTENSION_ADD: `${prefix} directoryextension add`, DIRECTORYEXTENSION_GET: `${prefix} directoryextension get`, DIRECTORYEXTENSION_LIST: `${prefix} directoryextension list`, DIRECTORYEXTENSION_REMOVE: `${prefix} directoryextension remove`, OPENEXTENSION_ADD: `${prefix} openextension add`, OPENEXTENSION_GET: `${prefix} openextension get`, OPENEXTENSION_LIST: `${prefix} openextension list`, OPENEXTENSION_REMOVE: `${prefix} openextension remove`, OPENEXTENSION_SET: `${prefix} openextension set`, SCHEMAEXTENSION_ADD: `${prefix} schemaextension add`, SCHEMAEXTENSION_GET: `${prefix} schemaextension get`, SCHEMAEXTENSION_LIST: `${prefix} schemaextension list`, SCHEMAEXTENSION_REMOVE: `${prefix} schemaextension remove`, SCHEMAEXTENSION_SET: `${prefix} schemaextension set`, SUBSCRIPTION_ADD: `${prefix} subscription add` }; //# sourceMappingURL=commands.js.map