#!/bin/bash # Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 export WP_CLI_CONFIG_PATH="/opt/bitnami/wp-cli/conf/wp-cli.yml" export WP_CLI_CACHE_DIR="/opt/bitnami/wp-cli/.cache" export WP_CLI_PACKAGES_DIR="/opt/bitnami/wp-cli/.packages" export WP_CLI_PHP_USED="/opt/bitnami/php/bin/php" command -v less > /dev/null || export PAGER=cat exec /opt/bitnami/php/bin/php /opt/bitnami/wp-cli/bin/wp-cli.phar "$@"