:tocdepth: 3 :py:mod:`gws.base.ows.client.cli` ================================= .. py:module:: gws.base.ows.client.cli .. autoapi-nested-parse:: CLI utilty for OWS services **Source code:** :source:`gws.base.ows.client.cli` Module Contents --------------- .. py:class:: CapsParams(*args, **kwargs) Bases: :py:obj:`gws.CliParams` CLI params .. py:attribute:: out :type: str :value: '' output filename .. py:attribute:: src :type: str service URL or an XML file name .. py:attribute:: type :type: str :value: '' service type, e.g. WMS .. py:class:: Object Bases: :py:obj:`gws.Node` Configurable GWS object. .. py:method:: caps(p: CapsParams) Print the capabilities of a service in JSON format