This PR implements a simple API key checker it is run automatically when the configuration command is run - checking both stage and prod sites against the HDX organization. Users can provide an alternative organization using the --organization tag.
30
Major file changes
Describe major file changes in brief
Minor file changes
Outline why other files have changed
Versioning
hdx-cli-toolkit uses the CalVer versioning scheme with format YYYY.MM.Micro i.e. 2022.12.1 which is updated manually in pyproject.toml. The "Micro" component is simply an integer increased by 1 at each version, starting from 0.
[x] Version updated in pyproject.toml and PR description
[x] Update README.md and DEMO.md with any new CLI commands
Purpose
Version for this PR: 2024.6.1
This PR implements a simple API key checker it is run automatically when the
configuration
command is run - checking bothstage
andprod
sites against the HDX organization. Users can provide an alternative organization using the--organization
tag.30
Major file changes
Describe major file changes in brief
Minor file changes
Outline why other files have changed
Versioning
hdx-cli-toolkit
uses the CalVer versioning scheme with format YYYY.MM.Micro i.e. 2022.12.1 which is updated manually inpyproject.toml
. The "Micro" component is simply an integer increased by 1 at each version, starting from 0.pyproject.toml
and PR description