UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

10 lines 391 B
const prefix = 'spe'; export default { CONTAINER_ACTIVATE: `${prefix} container activate`, CONTAINER_GET: `${prefix} container get`, CONTAINER_LIST: `${prefix} container list`, CONTAINERTYPE_ADD: `${prefix} containertype add`, CONTAINERTYPE_GET: `${prefix} containertype get`, CONTAINERTYPE_LIST: `${prefix} containertype list` }; //# sourceMappingURL=commands.js.map