kernelwhisperer
kernelwhisperer
I'm trying to deploy a **minor** version of the **contract**: ``` ℹ foo.open.aragonpm.eth has 2 published versions ✔ 1.0.0: 0xE636bcA5B95e94F749F63E322a04DB59362299F1 ipfs:QmR695Wu5KrHNec7pRP3kPvwYihABDAyVYdX5D5vwLgxCn ✔ 1.1.0: 0xE636bcA5B95e94F749F63E322a04DB59362299F1 ipfs:QmSwjUZFpv2c2e9fLoxtgFrAsAmBN4DyQGJp4RcqQcW3z3 ``` Doing ` aragon apm...
When installing an app with `dao install ` it will be cool to also have the options: - `--set-permissions installer`: the executor of the installation (e.g. voting app) - `--set-permissions...
## TL;DR `nvm`, but for `@aragon/cli`, as well as other tools. This will make pinning to a certain version as quick as few seconds and as easy as one command....
## 🚀 Feature I believe there isn't a way to read data from an eth node using the CLI. I tried using `exec`, but it doesn't work because of tx...
## 🚀 Feature Would be nice to read from the ABI what are the possible functions and then use `inquirer.js` to ask the user what action they would like to...
can be easily tested by going between this commit and the one before it: https://github.com/AutarkLabs/planning-suite/commit/e3178ebd51c4ac948d7fb06ea4609fe78d506c7d. _Originally posted by @sohkai in https://github.com/aragon/aragon-cli/pull/360_
- The fetch timeout should be a param - Ability to edit gateways - Validation of the CID - IPFS paths, e.g.: QmP49YSJVhQTySqLDFTzFZPG8atf3CLsQSPDVj3iATQkhC/arapp.json - `--loop` option to run this command...
It would be safer to get some of the internal packages that APM deploys (like `apm-repo`) _Originally posted by @izqui in https://github.com/aragon/aragon-cli/pull/253#discussion_r264149129_ Also: "It would be better to get events...
If the hash cannot be fetched by ipfs (not running aragon ipfs or it takes to long to download), we only return this: ``` { "content": { "provider": "ipfs", "location":...
## Feature Currently we install the CLI from `npm` and it gets built locally. We could package binaries for each platform just like [`go-ipfs`](https://github.com/ipfs/go-ipfs/releases). This is a step further (from...