Releases: turnerlabs/sigsci_site_manager
Releases · turnerlabs/sigsci_site_manager
v1.4.0
v1.3.1
v1.3.0
New Features
- Adds user management commands for managing users independently of site management.
Enhancements
- Advanced rules can be directly copied instead of requesting SigSci support perform the copy
- Block duration for templated rules included in site backup
- Site list output now includes agent mode
Bug Fixes
- Fixed error in help text
Notes
- pysigsci requirement bumped to v3.10.0
v1.2.1
v1.2.0
v1.1.0
New Features
- Can now filter the output of
list
using a wildcard string (adds--filter
CLI option) - Can now run
merge
against multiple sites at once by supporting wildcard strings in the--dest
CLI parameter - Can now limit
merge
/deploy
/clone
to a subset of data (adds--include
and--exclude
CLI options)
Bug Fixes
- No longer throws an error when backing up a site with no advanced rules
- No longer throws an error when merging onto a site with no advanced rules
Initial Release
Merge pull request #13 from turnerlabs/feature/pypi_updates Updates for pushing to pypi