ethpm / ethpm-cli

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

Extend ethpm release for local manifests #60

Open njgheorghita opened 4 years ago

njgheorghita commented 4 years ago

As a user, who has generated a local manifest (i.e. with ethpm create basic-manifest or ethpm create manifest-wizard) I want to be able to easily release the manifest to my registry by simply providing the path to the local manifest

ethpm release --manifest-path /path/to/manifest.json --keyfile-password [PASSWORD]

Command will automatically pin the manifest to ipfs (infura / local /ethpm nodes) & release the manifest with its embedded package name & version to the active registry.

And improve log msgs for better ux.