:tocdepth: 3 :py:mod:`gws.plugin.alkis.cli` ============================== .. py:module:: gws.plugin.alkis.cli .. autoapi-nested-parse:: Command-line ALKIS commands. **Source code:** :source:`gws.plugin.alkis.cli` Module Contents --------------- .. py:class:: CreateIndexParams(*args, **kwargs) Bases: :py:obj:`gws.CliParams` CLI params .. py:attribute:: cache :type: Optional[bool] use object cache .. py:attribute:: force :type: Optional[bool] force indexing .. py:attribute:: projectUid :type: Optional[str] project uid .. py:class:: Object Bases: :py:obj:`gws.Node` Configurable GWS object. .. py:method:: do_index(p: CreateIndexParams) Create the ALKIS index.