Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed May 14, 2024
1 parent 0bef091 commit 300c68e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ The current supported providers are:
+-----------------+-----------------+-----------------+-----------------+-----------------+
| rcodezero_ | route53_ | safedns_ | sakuracloud_ | softlayer_ |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| transip_ | ultradns_ | valuedomain_ | vercel_ | vultr_ |
| timeweb_ | transip_ | ultradns_ | valuedomain_ | vercel_ |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| webgo_ | wedos_ | yandex_ | yandexcloud_ | zeit_ |
| vultr_ | webgo_ | wedos_ | yandex_ | yandexcloud_ |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| zilore_ | zonomi_ | | | |
| zeit_ | zilore_ | zonomi_ | | |
+-----------------+-----------------+-----------------+-----------------+-----------------+

.. tag: providers-table-end
Expand Down
2 changes: 2 additions & 0 deletions docs/providers/timeweb.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
timeweb
* ``auth_token`` Specify api token for authentication
3 changes: 3 additions & 0 deletions docs/providers_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ List of options
.. _softlayer:
.. include:: providers/softlayer.rst

.. _timeweb:
.. include:: providers/timeweb.rst

.. _transip:
.. include:: providers/transip.rst

Expand Down
2 changes: 1 addition & 1 deletion src/lexicon/_private/providers/cloudflare.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def configure_parser(parser: ArgumentParser) -> None:
2 - An unscoped API token (permissions Zone:Zone(read) + Zone:DNS(edit) for all zones), with --auth-token flag.
3 - A scoped API token (permissions Zone:Zone(read) + Zone:DNS(edit) for one zone), with --auth-token and --zone-id flags.
Finding zone_id value is explained in CloudFlare `Doc <https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/>`_
""" # noqa: W293
"""
parser.add_argument(
"--auth-username",
help="specify email address for authentication (for Global API key only)",
Expand Down

0 comments on commit 300c68e

Please sign in to comment.