-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output publish information before publishing #574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make propagateContent
an option so aragon run
can use it, as well as CI agents that want to use apm publish
and cannot answer questions.
Other than that LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
🦅 Pull Request
close #512
To display the contentURI before publishing it we need to upload files to the provider from the
aragonCLI
instead of encapsulate that functionality onapm.js
.✔️ PR Todo
Update
apm.js
functionpublishVersionIntent
to receive a contentURI instead of aprovider
anddirectory
Include links to related issues/PRs
Update unit tests for this change
Note: Include a refactor of the ZERO_ADDRESS and a small change to start IPFS for
ipfs view
andipfs propagate
commands.