OCHA-DAP / hdx-cli-toolkit

A commandline tool for interacting with HDX with a view to doing bulk updates
MIT License
1 stars 0 forks source link

GH30 Add an API key checker #32

Closed IanHopkinson closed 4 months ago

IanHopkinson commented 4 months ago

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 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.