UNPKG

node-sppkg-deploy

Version:

This gulp plugin allows you to deploy SharePoint packages in the AppCatalog.

20 lines (19 loc) 387 B
export interface IOptions { username?: string; password?: string; tenant?: string; site?: string; absoluteUrl?: string; filename?: string; skipFeatureDeployment?: boolean; sp2016?: boolean; verbose?: boolean; } export interface IWebAndList { webId: string; listId: string; } export interface IFileInfo { id: number; version: number; }