compose/bluesky-pds/create-invite.sh

2 lines
193 B
Bash
Raw Normal View History

2024-10-18 17:09:39 -03:00
read -p "Enter admin password: " password
2024-10-18 17:10:40 -03:00
curl -X POST -u admin:$password -H "Content-Type: application/json" -d '{"useCount": 1}' https://shoebottom.ca/xrpc/com.atproto.server.createInviteCode