InstallMethod.command
meta-attribute:install-method--command
MetaAttributecatalog-meta/meta-registry/meta-registry-capabilities-policy.yaml·Open in Graph → {
"id": "meta-attribute:install-method--command",
"_kind": "MetaAttribute",
"_file": "catalog-meta/meta-registry/meta-registry-capabilities-policy.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "InstallMethod.command",
"name": "command",
"parentNodeKindId": "meta-node-kind:install-method",
"type": "string",
"required": true,
"description": "install-command template (e.g. `npm install -g {{package}}`)."
},
"outgoingEdges": [
{
"from": "meta-attribute:install-method--command",
"to": "meta-node-kind:install-method",
"kind": "defined_on",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-node-kind:install-method",
"to": "meta-attribute:install-method--command",
"kind": "contains_meta_attribute",
"attributes": {}
}
]
}