The Developer CLI uses cli-ui, but doesn't include it as a dependency, thus requiring the vendoring app to depend on that gem directly in order to leverage the CLI.
Running bundle exec rails persona:create from a project that doesn't depend on cli-ui currently produces the following error:
The Developer CLI uses cli-ui, but doesn't include it as a dependency, thus requiring the vendoring app to depend on that gem directly in order to leverage the CLI.
Running
bundle exec rails persona:create
from a project that doesn't depend oncli-ui
currently produces the following error: