feat: basic telemetry collection/submission feature
This commit is contained in:
commit
53f599fa79
29 changed files with 1710 additions and 0 deletions
19
docs/narr/cli/builtin.rst
Normal file
19
docs/narr/cli/builtin.rst
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
===================
|
||||
Built-in Commands
|
||||
===================
|
||||
|
||||
Below are the :term:`subcommands <subcommand>` which come with
|
||||
WuttaTell.
|
||||
|
||||
|
||||
.. _wutta-tell:
|
||||
|
||||
``wutta tell``
|
||||
--------------
|
||||
|
||||
Collect and submit telemetry data.
|
||||
|
||||
Defined in: :mod:`wuttatell.cli.tell`
|
||||
|
||||
.. program-output:: wutta tell --help
|
18
docs/narr/cli/index.rst
Normal file
18
docs/narr/cli/index.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
|
||||
========================
|
||||
Command Line Interface
|
||||
========================
|
||||
|
||||
The primary way of using the telemetry framework day to day is via the
|
||||
command line.
|
||||
|
||||
WuttJamaican defines the ``wutta`` :term:`command` and WuttaTell comes
|
||||
with an extra :term:`subcommand` for submitting telemetry data.
|
||||
|
||||
For more general info about CLI see
|
||||
:doc:`wuttjamaican:narr/cli/index`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
builtin
|
Loading…
Add table
Add a link
Reference in a new issue