@cwi/shp-subsite-helper
v1.0.0
Published
A helper cli to interate with SharePoint subsites
Downloads
5
Readme
@cwi/shp-subsite-helper
shp-subsite-helper
is a helper package to create and delete subsites from SharePoint.
Use cases
The use cases for this package are focused, but not exclusive to, generate automatized test pipelines, in which you can setup a fresh new sharepoint subsite, execute tests and them exclude it later on seamlessly.
Installation
npm i @cwi/shp-subsite-helper
execute directly npx @cwi/shp-subsite-helper
Usage
To create a subsite:
shp-subsite-helper create <subsite_name> --user <user> --password <pass> --site <sharepoint parent url>
To delete a subsite:
shp-subsite-helper delete <subsite_name> --user <user> --password <pass> --site <sharepoint parent url>
For more information:
shp-subsite-helper --help