


delete-missing-assets Whether to delete all the asset records that have their files missing. create-missing-assets Whether to auto-create new asset records when missing. Options -cache-remote-images Whether remote-stored images should be locally cached in the process. # index-assetsĪllows you to re-index assets in volumes. # help/usageĭisplays usage information for action. List all available options for action in machine-readable format. Lists all available controllers and actions in machine-readable format. Options -as-json, -j Should the commands help be returned in JSON format? # help/list If not provided, all available commands will be displayed. Parameters command The name of the command to show help about.
#CLEAR TRMINAL COMMAND ZIP#
Whether the backup should be saved as a zip file. If true - script finish with `ExitCode::OK` in case of exception. silent-exit-on-exception: boolean, 0 or 1 Whether to overwrite an existing backup file, if a specific file path is given. overwrite: boolean, 0 or 1 (defaults to 0) Whether to run the command interactively. interactive: boolean, 0 or 1 (defaults to 1) Whether to display help information about current command. help, -h: boolean, 0 or 1 (defaults to 0) If not set, ANSI color will only be enabled for terminals that support it. Whether to enable ANSI color in the output. If not set, default application configuration is used. Blank (backup will be saved to the `storage/backups/` folder with a dynamically-generated name)Ĭustom application configuration file path. A filename (backup will be saved in the working directory with the given name) A folder path (backup will be saved in there with a dynamically-generated name) The path the database backup should be created at.

# helpĭisplays available commands or the detailed information Provides help information about console commands.
#CLEAR TRMINAL COMMAND FULL#
full-schema Whether full schema should be printed or dumped. token The token to look up to determine the appropriate GraphQL schema. Parameters schemaUid The schema UUID Options -name The schema name -expiry Expiry date # graphql/dump-schemaĭumps a given GraphQL schema to a file. # graphql/create-tokenĬreates a new authorization token for a schema. # graphqlĪllows you to manage GraphQL schemas. empty-deprecated-tables Whether old database tables should be emptied out. Per the softDeleteDuration config setting. The ones that were deleted long enough ago to be ready for hard-deletion Options -delete-all-trashed Whether all soft-deleted items should be deleted, rather than just namespace, -n Namespace to search for fixtures. Set to InitDbFixture by default, which disables and enables integrity check so your data can be safely loaded. Options -global-fixtures, -g Array of global fixtures that should be applied when loading and unloading. Php craft fixture/load "*, -User" Parameters fixturesInput Array of fixtures to unload. Php craft fixture/load "*" # unload all fixtures except User Php craft fixture/load "User" # unload all fixtures found under 'tests\unit\fixtures'
