About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:command_line_utilities

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
administration:command_line_utilities [2020/04/30 11:44] demiankatzadministration:command_line_utilities [2023/04/20 14:53] (current) demiankatz
Line 17: Line 17:
 </code> </code>
  
-The code was implemented using the Zend\Console package until release 7.0, when that package was deprecated and had to be replaced with Symfony\Console. Only the internals changed, so the process of running the scripts remained the same -- see the blog post [https://blog.library.villanova.edu/2020/04/23/vufind-moving-from-laminasconsole-to-symfonyconsole/|[Moving from Laminas\Console to Symfony\Console]] for more history and details.+The code was implemented using the Zend\Console package until release 7.0, when that package was deprecated and had to be replaced with Symfony\Console. Only the internals changed, so the process of running the scripts remained the same -- see the blog post [[https://blog.library.villanova.edu/2020/04/23/vufind-moving-from-laminasconsole-to-symfonyconsole/|Moving from Laminas\Console to Symfony\Console]] for more history and details.
  
 ==== Using Legacy Wrapper Scripts ==== ==== Using Legacy Wrapper Scripts ====
Line 104: Line 104:
   * commit \\ Commit the Solr index.   * commit \\ Commit the Solr index.
   * createHierarchyTrees \\ Populate the hierarchy cache when using [[indexing:hierarchies_and_collections|hierarchies and collections]].   * createHierarchyTrees \\ Populate the hierarchy cache when using [[indexing:hierarchies_and_collections|hierarchies and collections]].
-  * cssBuilder \\ Compile LESS files into CSS within all themes.+  * cssBuilder \\ Compile LESS files into CSS within all themes. (:!: Deprecated as of VuFind 8.0 and removed in VuFind 9.0; use "[[development:npm|npm run build:css]]" instead)
   * dedupe \\ Remove duplicate lines from a text file.   * dedupe \\ Remove duplicate lines from a text file.
   * deletes \\ Remove all of the records in a specified MARC or text file from the Solr index.   * deletes \\ Remove all of the records in a specified MARC or text file from the Solr index.
Line 114: Line 114:
   * lint_marc \\ Check a MARC file for errors.   * lint_marc \\ Check a MARC file for errors.
   * optimize \\ Optimize the Solr index.   * optimize \\ Optimize the Solr index.
 +  * purge_cached_record \\ Purge a cached record and optionally a resource from the database. (This command was added in release 9.0).
 +  * scssBuilder \\ Compile SCSS files into CSS within all themes.
   * sitemap \\ Generate a sitemap for use with search engines.   * sitemap \\ Generate a sitemap for use with search engines.
   * suppressed \\ Delete all currently suppressed catalog records from the Solr index.   * suppressed \\ Delete all currently suppressed catalog records from the Solr index.
   * switch_db_hash \\ Change the password hashing algorithm in the database and configuration.   * switch_db_hash \\ Change the password hashing algorithm in the database and configuration.
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
administration/command_line_utilities.1588247091.txt.gz · Last modified: 2020/04/30 11:44 by demiankatz