You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In order to support a new technology with the security commands, you need to implement this interface.
12
+
typeTechnologyHandlerinterface {
13
+
// Get a dependency tree for each descriptor file, the tree will have a root node id with the descriptor/project id, second level nodes are the direct dependencies...
14
+
// If no descriptor files are provided, the handler will try to use cwd as the context to find the dependencies.
// Get a dependency tree for each descriptor file, the tree will have a root node id with the descriptor/project id, second level nodes are the direct dependencies...
114
-
// If no descriptor files are provided, the handler will try to use cwd as the context to find the dependencies.
0 commit comments