Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle old config get syntax gracefully #43

Closed
schlessera opened this issue Jan 25, 2018 · 0 comments
Closed

Handle old config get syntax gracefully #43

schlessera opened this issue Jan 25, 2018 · 0 comments

Comments

@schlessera
Copy link
Member

schlessera commented Jan 25, 2018

The wp config get syntax has changed, breaking BC.

Although the command is rather recent and might not have been used much in scripting, we should look into providing graceful handling of the old syntax.

wp config get --global=<global> => wp config get <key> --type=variable
wp config get --constant=<constant> => wp config get <key> --type=constant
wp config get => wp config list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants