chore: update changelog & landerctl

This commit is contained in:
Jef Roosens 2023-11-12 15:00:20 +01:00
parent 64af94ce7a
commit 04aef2643f
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 10 additions and 1 deletions

View file

@ -47,4 +47,10 @@ elif [ "$1" = f ]; then
-H "X-Lander-Content-Type: $(file --mime-type --brief $2)" \
--data-binary @"$2" \
"$URL/f/$3"
elif [ "$1" = d ]; then
curl \
-XDELETE \
-H "X-Api-Key: $API_KEY" \
"$URL/$2"
fi