drush views:listfor drush 9x


Get a list of all views in the system.

drush views:list

  • Aliases


    views:list has 2 alias/es:


    drush vl

    drush views-list

  • Options


    views:list accepts 9 option/s:


    --name

    --name : name

    --tags

    --tags : tags

    --status

    --status : status

    --format

    --format : format

    --fields

    --fields : fields

    --field

    --field : field

    --notify

    --notify : notify

    --druplicon

    --druplicon : druplicon

    --xh-link

    --xh-link : xh-link

  • Examples


    Show a list of all available views.

    drush vl

    Show a list of views which names contain 'blog'.

    drush vl --name=blog

    Show a list of views tagged with 'tag1' or 'tag2'.

    drush vl --tags=tag1,tag2

    Show a list of enabled views.

    drush vl --status=enabled

  • Comments


    comments powered by Disqus