[mirror] Command-line application for uploading a site to a git-pages server

Document `--challenge` option.

+7
+7
README.md
··· 19 Usage 20 ----- 21 22 To deploy a site from a git repository available on the internet (`--password` may be omitted if the repository is allowlisted via DNS): 23 24 ```console
··· 19 Usage 20 ----- 21 22 + 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 + 29 To deploy a site from a git repository available on the internet (`--password` may be omitted if the repository is allowlisted via DNS): 30 31 ```console