Extending Tentacles' Conventions

In the conventions for tentacles you indicate that you can build your own conventions using the Managed Extensibility Framework (MEF) for .NET.

Is this currently implemented and if so, how would I register my own convention?

Have you thought about the deployment model for these custom assemblies?
Something similar to the plugins model of TeamCity would be a great addition.

Hi David,

The MEF extensibility isn’t implemented yet, and I’m not sure if it will be in 1.0 yet. I imagine the assemblies will be deployed as NuGet packages - perhaps with additional metadata in the NuGet manifest that tells Octopus to load them.

Hope that helps,

Paul