Skip to content

Commit

Permalink
Merge pull request #746 from VWS-Python/dependabot/pip/doccmd-2024.9.21
Browse files Browse the repository at this point in the history
Bump doccmd from 2024.9.19.3 to 2024.9.21
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
2 parents adadc31 + 13cc6ea commit 97b3fa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
22 changes: 8 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,15 @@ This is tested on Python 3.12+.
Usage
-----

.. code-block:: shell
.. code-block:: console
export VWS_EMAIL_ADDRESS="[YOUR-EMAIL]"
export VWS_PASSWORD="[YOUR-PASSWORD]"
TIME=$(date +%s%N | cut -b1-13)
export VWS_EMAIL_ADDRESS=[YOUR-EMAIL]
export VWS_PASSWORD=[YOUR-PASSWORD]
export TIME=(date +%s%N | cut -b1-13)
vws-web-tools \
create-vws-license \
--license-name my-licence-$TIME && \
vws-web-tools \
create-vws-database \
--license-name my-licence-$TIME \
--database-name my-database-$TIME && \
vws-web-tools show-database-details \
--database-name my-database-$TIME
$ vws-web-tools create-vws-license --license-name "my-licence-$TIME"
$ vws-web-tools create-vws-database --license-name "my-licence-$TIME" --database-name "my-database-$TIME"
$ vws-web-tools show-database-details --database-name "my-database-$TIME"
.. |Build Status| image:: https://github.com/VWS-Python/vws-web-tools/actions/workflows/ci.yml/badge.svg?branch=main
:target: https://github.com/VWS-Python/vws-web-tools/actions
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ optional-dependencies.dev = [
"check-manifest==0.49",
"deptry==0.20.0",
"doc8==1.1.2",
"doccmd==2024.9.19.3",
"doccmd==2024.9.23",
"furo==2024.8.6",
"interrogate==1.7.0",
"mypy==1.11.2",
Expand Down

0 comments on commit 97b3fa6

Please sign in to comment.