Skip to main content

Verify

npx pressship verify ./my-plugin

verify runs Pressship's publishing checks without creating a zip, uploading a submission, or touching SVN.

It checks:

  • local readme.txt metadata;
  • the remote WordPress.org readme validator;
  • the official WordPress.org Plugin Check.

The command exits with a non-zero status when blocking findings are reported.

Options

npx pressship verify ./my-plugin --ignore "assets/**/*.mp4"
npx pressship verify ./my-plugin --skip-readme-validator
npx pressship verify ./my-plugin --wp-path /path/to/wordpress
npx pressship verify ./my-plugin --json