diff options
author | Sjur Fredriksen <sjur@sjurtf.net> | 2025-04-22 22:54:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-22 22:54:29 +0200 |
commit | 7111f02967a18740f23fb00b56ec9012d2173020 (patch) | |
tree | 68175a1a7490b19338543add1e644bafab786ca8 /tech-support/labels/README.rst | |
parent | d98b28fb005d6c379299175a3aedc15f56cfa925 (diff) | |
parent | 9b7d6fe5be6a68a4954a5f02c877d47086663d39 (diff) |
feat: Support reading from (planning output) file
Diffstat (limited to 'tech-support/labels/README.rst')
-rw-r--r-- | tech-support/labels/README.rst | 10 |
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. |