

$ drupal database:table:debug Drupal 8 Console: Create Commands # Create dummy comments for your Drupal 8 application. # Restore structure and contents of a database. # Display current log events for the application # Remove events from DBLog table, filters are available # Dump structure and contents of a database

$ drupal site:status Drupal 8 Console: Database Commands # Launch a DB client if it’s available # View current Drupal Installation status # Show the current statistics of website. # Switch system performance configuration # Import/Configure an existing local Drupal project $ drupal translation:sync Drupal 8 Console: Site Commands # List all known local and remote sites. # Determine pending translation string in a language or a specific file in a language $ drupal views:plugins:debug Drupal 8 Console: Translation Commands # Clean up translation files # Display current views plugins for the application $ drupal theme:uninstall Drupal 8 Console: Views Commands # Display current views resources for the application

# Uninstall theme or themes in the application
#DRUPAL CONSOLE INSTALL#
# Install theme or themes in the application $ drupal cron:release Drupal 8 Console: Theme Commands # Displays current themes for the application # Release cron system lock to run cron again

# Execute cron implementations by module or execute all crons $ drupal generate:theme Drupal 8 Console: Cron Commands # List of modules implementing a cron # Generate a plugin type with Yaml discovery # Generate a plugin type with annotation discovery # Generate field type, widget and formatter plugins. # Generate an implementation of hook_form_alter() or hook_form_FORM_ID_alter # Generate a new content type (node / entity bundle) # Generate the DrupalConsole.docset package for Dash $ drupal generate:authentication:provider $ drupal user:password:reset Drupal 8 Console: Generate Commands # Generate an Authentication Provider # Generate a hash from a plaintext password. # Clear failed login attempts for an account. $ drupal image:styles:flush Drupal 8 Console: User Commands # Displays current users for the application # Execute flush function by image style or execute all flush images styles $ drupal module:uninstall Drupal 8 Console: Image Commands # List image styles on the site # Uninstall module or modules in the application # Install module or modules in the application
#DRUPAL CONSOLE DOWNLOAD#
# Download module or modules in application $ drupal cr discovery Drupal 8 Console: Module Commands # Display current modules available for application Drupal 8 Console: Cache Commands # Rebuild and clear all site caches. Use the cheat sheet below will help you hit the ground running with Drupal Console.
