ChainSecurity / deployment_validation

Deployment Validation Files aim to simplify Deployment Validation of Smart Contracts
GNU Affero General Public License v3.0
21 stars 1 forks source link

Output File Placement #6

Closed ritzdorf closed 1 month ago

ritzdorf commented 1 month ago

If just a filename is given output files are placed in the configured directory.

stiefn commented 1 month ago

Should we do this in the other commands as well? It might be confusing if you have to do:

dv init file.dvf.json
dv sign /path/to/file.dvf.json
ritzdorf commented 1 month ago

Thanks @stiefn I implemented your suggestion.