aragon-cli
aragon-cli copied to clipboard
cwd argument error
🐛 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.