Sharing Envelops
Sharing Envelops — Envelop documentation.
Sharing / Composing envelop Instances
After an envelop has been created, you can re-use the envelop and compose it with different
envelops or plugins. This is useful if you wish to create a predefined layer of plugins and share it
with others. This allows writing shareable pieces that can be used.
Here’s a small example for sharing envelops:
This approach allows developers to create a base Envelop and share it across the organization: you can define your monitoring setup, logging, authentication, etc., only once in a shared package and share it with others without losing the ability to extend it.