Jump to main content

How to enable an addon globally

To enable an addon for an application, you must add it to the application manifest.

However, if you want to use the same addon or addons for all your applications, you can enable them globally. To do so, run the following command after creating your addons:

amc config set application.addons foo,bar

This command adds the foo and bar addons to all your new and existing applications. AMS will automatically update existing applications.

If you define both global addons and application-specific addons, applications will use both.

Warning:

Addons can delay the start of your applications. Therefore, keep them light.

Last updated 1 year, 15 days ago. Help improve this document in the forum.