redkiwi-nl/localconfig

Creates a local config for any WordPress installation, based on a few questions you get asked.

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

Type:wp-cli-package

0.3.1 2016-06-08 10:48 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:23:28 UTC


README

Build Status

Quick links: Installing | Explanation | Examples | Contributing

Installing

Installing this package requires WP-CLI v0.23.0 or greater. Update to the latest stable release with wp cli update.

Once you've done so, you can install this package with wp package install redkiwi-nl/localconfig

Explanation

A fairly basic package that allows you to create a local config with at least the following constants:

'WP_ROOT_URL'
'WP_HOME'
'WP_SITEURL_APPEND'
'DB_NAME'
'DB_USER'
'DB_PASSWORD'
'DB_HOST'
'WP_CACHE'

These constants will be asked as a question, to fill in the php document after.

Whereas you can also add extra constants to be filled using [--fields=], which is comma separated

Examples

wp local-config create
wp local-config create --file=my_custom_local_config.php
wp local-config create --fields=extra_constant,another_constant
wp local-config create --fields=extra_constant,another_constant --fields_lowercase

Contributing

Code and ideas are more than welcome.

Please open an issue with questions, feedback, and violent dissent. Pull requests are expected to include test coverage.