nexusLIMS.cli.main#
Unified CLI entrypoint for NexusLIMS.
Provides the nexuslims command with subcommands for all NexusLIMS CLI
tools. Uses lazy loading so that nexuslims --help stays fast without
importing heavy modules.
Usage#
.. code-block:: bash
nexuslims --help
nexuslims --version
nexuslims build-records [OPTIONS]
nexuslims config [dump|load|edit]
nexuslims db [init|upgrade|view|...]
nexuslims instruments manage
nexuslims instruments list
Module Contents#
Classes#
Click group that lazily loads subcommands on first use. |
Functions#
NexusLIMS command-line interface. |