Remove --with-pending mentions

This commit is contained in:
lukinovec 2022-09-02 10:44:46 +02:00
parent a0525a8239
commit 519ef85ea0

View file

@ -9,14 +9,10 @@ section: content
The package comes with some useful artisan commands. The package comes with some useful artisan commands.
All tenant-aware commands accept two options: 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.
- `--tenants` IDs of the tenants for which the command should run, and if not specified, run the command for all tenants.
> 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. > 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} ## **Migrate** (tenant-aware) {#migrate}
The most important command. To use tenants, you have to be able to migrate their databases. The most important command. To use tenants, you have to be able to migrate their databases.