Fixies a number of issues, most notably removing references to observables which are no longer used in the codebase. They have been superseded by the RBA object (which in turn has its own message, victim, and threat objects).
Some additional bugs were resolved around this removal and introduction of the new RBA field which happened in the first alpha.
Finally, some code cleanup (formatting and linting).
This is still a pre-release and not intended for public use at this time.
What's Changed
* lint fixes & formatting by ljstella in https://github.com/splunk/contentctl/pull/350
* removing code referencing observables by ljstella in https://github.com/splunk/contentctl/pull/352
* Fixes for 5.0.0a2 by ljstella in https://github.com/splunk/contentctl/pull/351
* Version bump for next alpha release by ljstella in https://github.com/splunk/contentctl/pull/354
**Full Changelog**: https://github.com/splunk/contentctl/compare/v5.0.0-alpha.2...v5.0.0-alpha.3