@cwi/shp-ci
v5.1.1
Published
Tasks to be run on Deployment Group Agent in order to deploy assets in SharePoint Sites.
Downloads
216
Keywords
Readme
SharePoint CI
Repository to keep all SharePoint Continuous Integrations tasks.
Installation
npm install @cwi/shp-ci
Usage
# Using username and password
gulp publish-angular \
--env <dev|qa|prod> \
--username <username> \
--password <password> \
--subsite <subsite>
--skipSyncLists
# Using token
gulp publish-angular \
--env <dev|qa|prod> \
--clientId <clientId> \
--clientSecret <clientSecret> \
--subsite <subsite> \
--skipSyncLists
# Using token on CI
gulp publish-angular \
--env <dev|qa|prod> \
--clientId <clientId> \
--clientSecret <clientSecret> \
--artifact /path/to/artifact
Contributing
- Fork it!
- Create your feature branch
git checkout -b feature/my-new-feature
- Commit your changes
git commit -m "feat: add some feature"
- Push to the branch
git push origin feature/my-new-feature
- Submit a pull request
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to Leonardo Alves via Leonardo Alves. All security vulnerabilities will be promptly addressed.
License
This package is licensed under the MIT license. Copyright © Leonardo Alves