Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 557 Bytes

configuration.md

File metadata and controls

30 lines (26 loc) · 557 Bytes

Configuration

The config file is created in the user's home directory by ovm ci and is named ovm.json. It contains an array of plugins that are to be installed across single/multiple vault.

{
  "plugins": []
}

Example config file for following Commands section is as follows:

{
  "plugins": [
    {
      "id": "colored-tags",
      "version": "latest"
    },
    {
      "id": "copilot",
      "version": "latest"
    },
    {
      "id": "dataview",
      "version": "latest"
    }
  ]
}