Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the wp-cli step code example (#1140)
@dmsnell reported: > uh oh. I get a crash of the Playground: syntax error in Blueprints when copy/pasting from the docs ``` { "step": "wpCLI", "command": "wp post create --post_title='Test post' --post_excerpt='Some content'" } ``` > the crash is Unhandled Promise Rejection: Error: Invalid blueprint: value of tag "step" must be in oneOf at /steps/1 > > the docs show wpCLI but the JSON schema defines wp-cli This PR adjusts the documentation example.
- Loading branch information