5.1.1 • Published 3 years ago

@cwi/shp-ci v5.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

  1. Fork it!
  2. Create your feature branch
  • git checkout -b feature/my-new-feature
  1. Commit your changes
  • git commit -m "feat: add some feature"
  1. Push to the branch
  • git push origin feature/my-new-feature
  1. 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