mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Remove --with-pending mentions
This commit is contained in:
parent
a0525a8239
commit
519ef85ea0
1 changed files with 1 additions and 5 deletions
|
|
@ -9,14 +9,10 @@ section: content
|
|||
|
||||
The package comes with some useful artisan commands.
|
||||
|
||||
All tenant-aware commands accept two options:
|
||||
|
||||
- `--tenants` – IDs of the tenants for which the command should run, and if not specified, run the command for all tenants.
|
||||
Tenant-aware commands run for all tenants by default. The commands also have the `--tenants` option which lets you specify IDs of the tenants for which the command will run.
|
||||
|
||||
> Note: To include multiple tenants using CLI, you can use multiple `--tenants=<...>` options. If you're calling the command using `Artisan::call()`, `--tenants` has to be an array.
|
||||
|
||||
- `--with-pending` – Specify if the command should also run for the pending tenants // todo@pendingTenantsDocumentation
|
||||
|
||||
## **Migrate** (tenant-aware) {#migrate}
|
||||
|
||||
The most important command. To use tenants, you have to be able to migrate their databases.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue