ethpm / ethpm-cli

CLI tool for interacting with the ethPM ecosystem.
https://ethpm-cli.readthedocs.io/
MIT License
42 stars 12 forks source link

Implement ethpm update #70

Closed njgheorghita closed 4 years ago

njgheorghita commented 4 years ago

What was wrong?

A cli command to update the version of an installed package.

  1. Package must be available on the active registry
  2. Package install data stored in local lockfile must match what's found on active registry
  3. User must input the target version to update to (since there's no requirement for semver, it's hard to infer the newest version)

Cute Animal Picture

image

njgheorghita commented 4 years ago

@pipermerriam ping for another :eyes: