Comment 4 for bug 1860324

Revision history for this message
Colin Watson (cjwatson) wrote :

$ sudo cat /var/lib/snapd/state.json | jq '.data.snaps.gitlptools'
{
  "type": "app",
  "sequence": [
    {
      "name": "gitlptools",
      "snap-id": "LyyEad7cnNXM2rmBu9ySp7MJDWTKfAsF",
      "revision": "36",
      "channel": "stable",
      "title": "Launchpad tooling for Git",
      "summary": "Tools to make git work well with Launchpad",
      "description": "A collection of plugins to make working with git and Launchpad a nicer experience.\n\nCurrently ships:\n\n`git-lp-open` for opening the current branch in your browser\n\n`git-lp-propose` for creating a merge proposal for the current branch\n\n`git-lp-approve` to top-approve a merge proposal for the current branch."
    },
    {
      "name": "gitlptools",
      "snap-id": "LyyEad7cnNXM2rmBu9ySp7MJDWTKfAsF",
      "revision": "9",
      "channel": "latest/stable",
      "title": "Launchpad tooling for Git",
      "summary": "Tools to make git work well with Launchpad",
      "description": "A collection of plugins to make working with git and Launchpad a nicer experience.\n\nCurrently ships:\n\n`git-lp-open` for opening the current branch in your browser\n\n`git-lp-propose` for creating a merge proposal for the current branch\n\n`git-lp-approve` to top-approve a merge proposal for the current branch."
    }
  ],
  "active": true,
  "current": "9",
  "channel": "latest/stable",
  "classic": true,
  "aliases": {
    "git-lp-open": {
      "auto": "git-lp-open"
    },
    "git-lp-propose": {
      "auto": "git-lp-propose"
    }
  },
  "user-id": 3
}