aboutsummaryrefslogtreecommitdiffstats
path: root/tech-support/labels/README.rst
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2025-04-14 15:13:16 +0200
committerHåkon Solbjørg <hakon@solbj.org>2025-04-18 10:39:19 +0200
commit9b7d6fe5be6a68a4954a5f02c877d47086663d39 (patch)
tree6a8b4244477377cb9401ab7ff846e5f662d7f7c5 /tech-support/labels/README.rst
parent5aaf88e07130007016de778dce44f8ee88f01d56 (diff)
feat: Support reading from (planning output) file
Diffstat (limited to 'tech-support/labels/README.rst')
-rw-r--r--tech-support/labels/README.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/tech-support/labels/README.rst b/tech-support/labels/README.rst
index c242d3c..b1ebada 100644
--- a/tech-support/labels/README.rst
+++ b/tech-support/labels/README.rst
@@ -12,10 +12,12 @@ Run the script with either ``cables`` or ``switches``,
depending if you want labels for cables or switches.
Configure the application further if needed. Consult ``--help``.
-Specify gondul credentials either using environment variables
-(``GONDUL_USERNAME``, ``GONDUL_PASSWORD``) or the command line.
-It's also possible to update the API root or API endpoint to use,
-as well as a regex for matching switches.
+Specify gondul credentials using environment variables
+(``GONDUL_USERNAME``, ``GONDUL_PASSWORD``) or the command line
+to fetch from Gondul. It's possible to specify the API root
+or API endpoint to use.
+Use ``--planning-input-file`` to read from a local file
+which contains the output from `planning <../../planning>`_.
Specify the output file with the ``--outfile`` argument.