nickbreen/docker-wp-cli

Add support for arbitrary wp-cli commands

Closed this issue · 1 comments

just a list of them in an env var ($WP_RAW)

environment:
  WP_RAW: |
    wp rewrite structure "/%post_name%/"
    wp something else

As it turns out: WP_COMMANDS is the one to use.