···19Usage
20-----
21000000022To deploy a site from a git repository available on the internet (`--password` may be omitted if the repository is allowlisted via DNS):
2324```console
···19Usage
20-----
2122+To prepare a DNS challenge for a given site and password:
23+24+```console
25+$ git-pages-cli https://mycoolweb.site --password xyz --challenge
26+mycoolweb.site. 3600 IN TXT "317716dee4379c167e8b5ce9df38eb880e043e5a842d160fe8d5bb408ee0c191"
27+```
28+29To deploy a site from a git repository available on the internet (`--password` may be omitted if the repository is allowlisted via DNS):
3031```console