We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To run the rake user:list[email,foobar] task within the context of all tenants:
rake user:list[email,foobar]
rake tenantize:task[user:list,email,foobar]
To run the task only in specified tenants, use an environment variable named tenants, with each tenant cname separated by a space:
rake tenantize:task[user:list,email,foobar] tenants="foo.localhost baz.localhost quuuuux.localhost"
See code for this feature here