Dependencies between modules
Sorry if this has already been discussed.
I was creating some powershell modules and I noticed there is no option to set dependencies on other modules.
This would be great. Right now I am using the description to track the dependencies, but is not ideal.

-
D Lemos commented
Forgot to mention this... outside Octopus if I have:
Module 1 and module 2 and a main script
Module 2 is dependent on module 1
Main script is dependent on module 2I import the module 1 in module 2 and in the main script I import module 2. Hope you get the idea.
In octopus I need to import both of them manually. But the amount of modules will only grow and then it becomes difficult to track dependencies!