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

Update posts-via-wp-cli to use login shorthand #97

Closed
Tracked by #92
bph opened this issue Jan 29, 2025 · 0 comments · Fixed by #114
Closed
Tracked by #92

Update posts-via-wp-cli to use login shorthand #97

bph opened this issue Jan 29, 2025 · 0 comments · Fixed by #114
Assignees

Comments

@bph
Copy link
Collaborator

bph commented Jan 29, 2025

The current steps

	"landingPage": "/wp-admin/edit.php",
	"steps": [
		{
			"step": "login",
			"username": "admin",
			"password": "password"
		},
		{
			"step": "wp-cli",
			"command": "wp post generate --count=12 --post_type=post --post_date=1999-01-04"
		}
	]

Become

	"landingPage": "/wp-admin/edit.php",
	"login":true
	"steps":[
	{
		"step": "wp-cli",
		"command": "wp post generate --count=12 --post_type=post --post_date=1999-01-04"
	}
	]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant