Deduplicate asset storage and update documentation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline is pending
Plugin Asset Update / Push assets to WordPress.org (push) Has been cancelled
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled

This commit is contained in:
2025-04-13 14:49:29 +01:00
parent eac794c54a
commit 009b67c0cc
13 changed files with 77 additions and 22 deletions

View File

@ -177,10 +177,14 @@ Before releasing:
### Local Testing Environment
- Local WordPress testing environment is at ~/Local/plugin-testing/app/public
- Plugin testing directory is at ~/Local/plugin-testing/app/public/wp-content/plugins
- WP-CLI is available at ~/Local/plugin-testing/app/bin/wp
- Debug logs can be found at ~/Local/plugin-testing/app/public/wp-content/uploads/debug-log-manager/ if the Debug Log Manager plugin is installed
Local environment variables and paths are documented in `.ai-workflows/local-env-vars.md`. This includes:
- Repository paths
- Local WordPress testing environment paths
- URLs for testing and development tools
- Build and deploy script locations
Refer to this file for the most up-to-date information about the local development environment.
### Using WP-CLI with LocalWP