aragon-cli icon indicating copy to clipboard operation
aragon-cli copied to clipboard

cwd argument error

Open macor161 opened this issue 6 years ago • 0 comments

🐛 Bug Report

The --cwd argument is currently throwing an error in multiple commands. e.g.:

$ aragon apm publish major --cwd "/Users/mathew/workspace/aragon-test"
  ↓ Start IPFS [skipped]
  ✔ Applying version bump (major)
  ✔ Building frontend
  ✖ Deploy contract
    → This directory is not an Aragon project
    Determine contract address for version
✖ This directory is not an Aragon project

Yet the /Users/mathew/workspace/aragon-test path is a valid Aragon project and running aragon apm publish directly in it runs fine.

macor161 avatar Jan 21 '20 15:01 macor161