Skip to content

Releases: aragon/aragon-cli

v6.0.1

08 Jul 12:46
0c16f32
Compare
Choose a tag to compare

What’s changed in aragonCLI

🛠️ Maintenance (non-API changes)

v6.0.0

06 Jul 01:31
44a153e
Compare
Choose a tag to compare

What’s changed in aragonCLI

🚀 New features

  • Make go-ipfs optional (#528) @0x6431346e
    • Introduce three new IPFS commands: aragon ipfs install, aragon ipfs uninstall and aragon ipfs status
  • Output publish information before publishing when using aragon apm publish (#574) @0xGabi
    • Refactor the whole publish process prompting the user to decide if:
      • Publish the content to aragonPM repo
      • Propagate the content through IPFS (if applicable)
  • Sanity check artifact.json generation and include the deprecated key on artifact.json. This new key have the information of the deprecated functions between different contract version published (#426) @0xGabi

💡 Feature updates

  • Update dao token new options to use a deployed minimeTokenFactory in Rinkeby and Mainnet as default (#555) @0xGabi
  • Refactor artifact generation & improve sanity check (#570) @0xGabi
  • New prepublish option for aragon apm publish that allow to run a script before publish the app (#571) @0xGabi
  • Pass apm opts to @aragon/wrapper (#567) @0x6431346e
  • Add a new option token-factory-address to dao token new (#555) @0xGabi

🐛 Bug Fixes

  • Fix parsing for booleans, arrays & numbers in several commands (#555) @0xGabi

🛠️ Maintenance (non-API changes)

  • Include documentation about links (#543) @0xGabi
  • Update apm docs (#525) @0x6431346e
  • Add appveyor.yml (#562) @0xGabi
  • Fix e2e test setup (#545) @0xGabi
  • Fix lockfiles (#550) @0x6431346e
  • Update dependencies (#526) @0x6431346e
  • Add CHANGELOG.md (#523) @0x6431346e

v5.10.0

16 Jun 03:26
Compare
Choose a tag to compare

What’s changed in aragonCLI

🚀 New features

  • New flag --apm.ipfs.gateway used to read APM artifacts from.
    Defaults to http://localhost:8080/ipfs, but some defaults environment now point to https://ipfs.eth.aragon.network/ipfs, see environments.default.json (#519)

💡 Feature updates

  • Update the GUI client to v0.7.4 (#519)

🐛 Bug Fixes

  • Fix Could not create transaction due to missing app artifact by pinning @aragon/wrapper to v5.0.0-rc.9, see aragon/aragon.js#325 (#519)

🛠️ Maintenance & internal changes

  • Add the strict option to yargs so the aragonCLI will not error if an argument is wrongly typed or if a command does not exist (#519)
  • Fix the --silent and --debug flag that broke in v5.9.6 when updating to yargs@13 (#519)
  • Set-up some probot apps (#517, #518)

v5.9.6

16 Jun 20:30
Compare
Choose a tag to compare

What’s changed in aragonCLI

💡 Feature updates

  • Change the default ipfs gateway on non-local environments (#455) @0xGabi
  • Require artifacts when fetching published repo (#332) @mikec

🛠️ Maintenance & internal changes

v5.9.5

16 Jun 20:15
Compare
Choose a tag to compare

What’s changed in aragonCLI

🛠️ Maintenance & internal changes

  • Add code coverage (#493) @0x6431346e
  • Set-up continuous deployment (#513) @0x6431346e

v5.9.4

16 Jun 20:03
Compare
Choose a tag to compare

What’s changed in aragonCLI

💡 Feature updates

🐛 Bug Fixes

  • Fix an issue with parsing args caused by yargs@13 (#490) @0xGabi

v5.9.3

27 May 04:36
Compare
Choose a tag to compare

What’s changed in aragonCLI

🐛 Bug Fixes

v5.9.2

26 May 21:11
Compare
Choose a tag to compare

What’s changed in aragonCLI

🐛 Bug Fixes

  • Downgrade yargs to v12 because v13 caused --silent and --debug to not work (#484 ) (Fixed in v5.10.0)

v5.9.1

24 May 14:46
Compare
Choose a tag to compare

What’s changed in aragonCLI

🐛 Bug Fixes

v5.9.0

24 May 11:06
Compare
Choose a tag to compare

What’s changed in aragonCLI

💡 Feature updates

  • aragon apm versions now accepts a [apmRepo] parameter to inspect packages, other than the one in arapp.json (#458)
  • the APM timeout has been increased to 5 minutes and made configurable in the package.json of the CLI (you can tweak it by building from source) (#481)

🛠️ Maintenance & internal changes

  • Update dependencies (#483)
  • Add shrinkwrap files (#483)
  • aragon run now has an end-to-end test (#483)