Skip to content

Initial work on upgrade script

Joram requested to merge feature/initial into master

Context

The purpose of this package is to move all feeder/alias related code over here to become a lower level abstraction, complete with helper functions and documentation to integrate in other workflows. Wether it is included in within your project or as CLI tooling (which may be added in the future).

What has been done

  • Add an async upgrade script, complete with tests.
  • Documentation on the upgrade script.
  • Add helper functionality to assist the upgrade script.
    • Document just a few, the rest is undocumented and therefore 'use at your own risk'
  • Linting, CI

How to test

  • Run the unit tests

Merge request reports