From 8ad186e6317aa5c1fee71eae19ff73e832c1d765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:49:56 +0000 Subject: [PATCH 1/3] Bump doccmd from 2024.9.19.3 to 2024.9.21 Bumps [doccmd](https://github.com/adamtheturtle/doccmd) from 2024.9.19.3 to 2024.9.21. - [Release notes](https://github.com/adamtheturtle/doccmd/releases) - [Changelog](https://github.com/adamtheturtle/doccmd/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/doccmd/compare/2024.09.19.3...2024.09.21) --- updated-dependencies: - dependency-name: doccmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2286787..197d151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.21", "furo==2024.8.6", "interrogate==1.7.0", "mypy==1.11.2", From 8a2a1c9ea632f36d380c4eedf827bfb2213a42fc Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 23 Sep 2024 21:20:06 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 197d151..c7f5f7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ optional-dependencies.dev = [ "check-manifest==0.49", "deptry==0.20.0", "doc8==1.1.2", - "doccmd==2024.9.21", + "doccmd==2024.9.23", "furo==2024.8.6", "interrogate==1.7.0", "mypy==1.11.2", From 13cc6ea6596d2a441a8e7ac6259d358c44816bd8 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Mon, 23 Sep 2024 21:27:10 +0100 Subject: [PATCH 3/3] Fix shellcheck issues --- README.rst | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 7ff2f2d..bd20384 100644 --- a/README.rst +++ b/README.rst @@ -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