5.1.1 • Published 4 years ago
@cwi/shp-ci v5.1.1
SharePoint CI
Repository to keep all SharePoint Continuous Integrations tasks.
Installation
npm install @cwi/shp-ciUsage
# 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/artifactContributing
- 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