Skip to content

separate installed and latest properties on software #37

@aboe026

Description

@aboe026

instead of all properties for the software flattened out on it, create separate installed and latest properties like so:

{
  "name": "test",
  "installed": {
    "type": "command",
    "executable": {
      "command": "test-binary"
    },
    "args": "hello-world",
    "shell": "",
    "regex": "version v(.*)",
  },
  "latest": {
    "type": "request",
    "url": "https://google.com",
    "regex": "version v(.*)"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions