Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cache list command #1187

Merged
merged 2 commits into from
Mar 8, 2020
Merged

Add cache list command #1187

merged 2 commits into from
Mar 8, 2020

Commits on Mar 2, 2020

  1. Add poetry.locations.REPOSITORY_CACHE_DIR

    The repository cache directory is used in multiple places in the
    codebase. This change ensures that the value is reused.
    abn committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    c8d136b View commit details
    Browse the repository at this point in the history
  2. Add cache list command

    This introduces a new cache sub-command that lists all available
    caches.
    
    Relates-to: python-poetry#1162
    abn committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2d45d83 View commit details
    Browse the repository at this point in the history