Open kernelwhisperer opened 5 years ago
When installing an app with dao install <dao> <app> it will be cool to also have the options:
dao install <dao> <app>
--set-permissions installer
--set-permissions interactive
Right now you can only set them to open or not set them at all (by omitting the flag): --set-permissions open: everything is ANY_ENTITY
--set-permissions open
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! 🦅
When installing an app with
dao install <dao> <app>
it will be cool to also have the options:--set-permissions installer
: the executor of the installation (e.g. voting app)--set-permissions interactive
: CLI prompts for each role for an address to use, yargs-interactive could be used for thisRight now you can only set them to open or not set them at all (by omitting the flag):
--set-permissions open
: everything is ANY_ENTITY