Fork me on GitHub
X

WordPress-kehittäjä, älä missaa ilmaista webinaariamme WordPressin hakutoiminnosta tammikuun 14. päivä!

WordPress-utvecklare, missa inte vår gratis webbinar om sökningen in WordPress den 14. januari!

WordPress developer, don't miss our free webinar about search in WordPress on January 14th!

NAME

wp-static-export - manual page for wp-static-export git version 8235fae

DESCRIPTION

usage: wp-static-export [-h] [--version] [URL [OUTPUT_DIR]]

Export a static version of the site. All pages and assets of the WordPress site will be crawled and saved as static HTML files, which might be useful in certain static file use cases.

Note! This tool is experimental and currently useful only to developers who will further process the static files generated at /data/static.

positional arguments:

URL

Site URL to export. Defaults to the output of wp-url command.

OUTPUT_DIR

Defaults to /data/static.

optional arguments:

-h, --help

display this help and exit

--version

display version and exit