:tocdepth: 3 :py:mod:`gws.plugin.qgis.cli` ============================= .. py:module:: gws.plugin.qgis.cli .. autoapi-nested-parse:: CLI utility for qgis **Source code:** :source:`gws.plugin.qgis.cli` Module Contents --------------- .. py:class:: CapsParams(*args, **kwargs) Bases: :py:obj:`gws.CliParams` Parameters for the caps command. .. py:attribute:: out :type: str :value: '' Output filename .. py:attribute:: src :type: str Source path or postgres address `postgres://` .. py:class:: CopyParams(*args, **kwargs) Bases: :py:obj:`gws.CliParams` Parameters for the copy command. .. py:attribute:: dst :type: str Source path or postgres address `postgres://` .. py:attribute:: src :type: str Source path or postgres address `postgres://` .. py:class:: Object Bases: :py:obj:`gws.Node` GWS object tree node. .. py:method:: do_caps(p: CapsParams) Print the capabilities of a document in JSON format .. py:method:: do_copy(p: CopyParams) Copy a qgis project.