dephell jail list

Shows a list of all packages installed by dephell jail install and their endpoints.

$ dephell jail list
{
  "flake8": [
    "flake8"
  ],
  "httpie": [
    "http"
  ]
}

Output can be filtered by jail name:

$ dephell jail list --filter=httpie
[
  "http"
]

See also

  1. How to filter commands JSON output.
  2. dephell jail show to show more info about a particular jail.
  3. dephell jail install to create a new jail.
  4. dephell jail remove to remove jail.