You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering how to run console commands like bin/cake acl_extras aco_sync or bin/cake acl grant Groups.1 controllers that targets a specific connection in a Multi-Tenancy Shard patterned App? -c or --connection doesn't seem available.
I like to run something like bin/cake acl_extras aco_sync -c shard1.
Appreciate any reply.
Thanks.
The text was updated successfully, but these errors were encountered:
Switching connections isn't supported by the command line tools in this plugin. If you have the motivation to build it, I think it would be a good improvement to have.
Hi,
I was wondering how to run console commands like
bin/cake acl_extras aco_sync
orbin/cake acl grant Groups.1 controllers
that targets a specific connection in a Multi-Tenancy Shard patterned App?-c
or--connection
doesn't seem available.I like to run something like
bin/cake acl_extras aco_sync -c shard1
.Appreciate any reply.
Thanks.
The text was updated successfully, but these errors were encountered: