Andrew Fletcher published: 17 May 2022 1 minute read Drush 10.x How do you rebuild node access permissions using CLI? To rebuild permissions from the command-line using Drush: drush php-eval 'node_access_rebuild();'Or using Drupal Console: drupal node:access:rebuild Log in or register to post comments