Amster extension

Is there any extension point in Amster whereby we can (say) add more commands or wrap existing commands or override any implementation (may be to fix some bug). From quick look, seems all the commands are bootstrapped through SdkCompleter.

I am unsure if such hooks are available or if you can create new entities within Amster. On a side note, Amster is a wrapper around the REST API exposed by the Access Manager. So most things you can do with Amster can technically also be done by calling AM’s REST endpoints directly.

1 Like