In this chapter
| bulk | Executes the same workflow for each file in a list of file names. |
| changevolume | Changes the volume used by a binary data attribute of one or more objects. |
| class | Generates class source code from schema object types. |
| cleanup | Performs the database cleanup process. |
| commitindex | Persists pending documents into Exalead indexes. |
| config | Imports and exports configuration data. Available since the version 2.0. |
| configureindex | Generates Exalead PAPI source xml element to be injected into Exalead following GN4 objects schema definition. |
| dbcreate | Creates a database from scratch with multiple file groups, each possible split in multiple files, and sized based on an estimate of the overall system size. |
| dbdesc | Outputs the description of the structure of an existing database. |
| dbfix | Fixes database tables, columns and index names. |
| dbschema | Imports and exports the schema of an existing database. |
| dbupdate | Updates the structure of an existing database, or creates a database structure from scratch. |
| encrypt | Encrypts a string in a machine-specific way and outputs the resulting bytes as a Bin64-encoded string. |
| export | Exports database objects as XML files. |
| help | Displays information about the available commands and their options. |
| import | Imports database objects from XML files. |
| index | Indexes database objects with Exalead. |
| license | Calls the License Server to get a valid GN4 license. |
| markasread | Marks objects as having been read. |
| mime | Imports and exports MIME types definitions |
| partreset | Reset the total object count and sizes for one or more partitions. |
| publish | Publishes objects, and more generally modifies the content of a publishing destination. Available since the version 2.0. |
| purge | Removes from the database deleted objects. |
| purgetasks | Removes one or more pending scheduled tasks. Available since the version 2.0. |
| recompute | Re-computes the automatically computed attributes of one or more objects. Available since the version 2.0. |
| removeversions | Removes object versions. Available since the version 2.0. |
| report | Extracts reporting information. |
| retrytasks | Re-schedules one or more tasks from the tasks log. Available since the version 2.0. |
| schedpublish | Creates a scheduled task that publishes or un-publishes objects. Available since the version 2.0. |
| schedwf | Creates a scheduled task that executes a workflow. The workflow processes database objects. Available since the version 2.0. |
| schema | Various operations on a schema file: check syntax and structure, dump. |
| spike | Spikes (deletes) objects. |
| tasks | Extracts the list of the pending scheduled tasks matching the specified conditions. Available since the version 2.0. |
| taskslog | Extracts the list of the log of executed tasks matching the specified conditions. Available since the version 2.0. |
| unindex | Unindex database objects with Exalead. |
| unlock | Unlocks objects that have been left in use. |
| unpublish | Un-publishes objects - i.e. removes them from all the publishing destinations they are currently in. Available since the version 2.0. |
| unspike | Un-spikes (un-deletes) objects. |
| volume | Manipulates a volume. |
| volumes | Imports and exports volume description. |
| wf | Executes a workflow sequentially. |
| xsl | Applies an XSL transformation using the same system used internally: pass a login and operation context, pass optional extra parameters to the XSLT, accepts short-hand XSLT definition, make available extension functions. |
See also