Daohub-io/cap9

Make --acl the default

JakeOShannessy opened this issue · 1 comments

Currently when creating a new project via cap9-cli new the default is to create it without an ACL and you need to add the flag --acl to include an ACL. As the ACL is primary and easiest path to getting started, we should probably use an ACL by default and include a --no-acl flag.

Closing this with #191