Skip to content

woocommerce/code-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e97e65 · Mar 25, 2021
Mar 13, 2021
Mar 9, 2021
Aug 4, 2020
Aug 4, 2020
Mar 25, 2021
Jun 26, 2019
Sep 24, 2020
Mar 12, 2021
Mar 12, 2021
Sep 24, 2020
Sep 23, 2020
Sep 22, 2020
Sep 23, 2020

Repository files navigation

WooCommerce Code Reference Generator

Generate WooCommerce Code Reference.

Install

git clone https://github.com/woocommerce/code-reference.git

Usage

cd code-reference
./deploy.sh -s <VERSION>

Options

Options Description
-h or --help Show help information.
-v or --verbose Increase verbosity. Useful for debugging.
-s <VERSION> or --source-version <VERSION> Source version to build and deploy.
-r <GITHUB_REPO> or --github-repo <GITHUB_REPO> GitHub repo with username, default to "woocommerce/woocommerce".
-e or --allow-empty Allow deployment of an empty directory.
-m <MESSAGE> or --message <MESSAGE> Specify the message used when committing on the deploy branch.
-n or --no-hash Don't append the source commit's hash to the deploy commit's message.
--build-only Only build but not push.
--push-only Only push but not build.
--no-download Skip zip download in case there's on in the project's root.

Changelog

See changelog for details