···1919Usage
2020-----
21212222+To prepare a DNS challenge for a given site and password:
2323+2424+```console
2525+$ git-pages-cli https://mycoolweb.site --password xyz --challenge
2626+mycoolweb.site. 3600 IN TXT "317716dee4379c167e8b5ce9df38eb880e043e5a842d160fe8d5bb408ee0c191"
2727+```
2828+2229To deploy a site from a git repository available on the internet (`--password` may be omitted if the repository is allowlisted via DNS):
23302431```console