Problem
I tried to publish a local WordPress plugin using the documented publish command, but the CLI returned an unknown command error.
Command I ran
npx pressship publish ./enjinmel-smtp
Actual result
error: unknown command 'publish'
Expected result
Based on the README, I expected pressship publish to run the publish flow for the plugin path.
The README currently shows:
npx pressship publish ./my-plugin
and also lists pressship publish under Commands.
Environment
- OS: macOS
- Node.js version: v24.3.0
- npm version: 11.12.1
- Pressship command used through:
npx pressship
- Plugin path:
./enjinmel-smtp
Problem
I tried to publish a local WordPress plugin using the documented
publishcommand, but the CLI returned an unknown command error.Command I ran
Actual result
Expected result
Based on the README, I expected
pressship publishto run the publish flow for the plugin path.The README currently shows:
and also lists
pressship publishunder Commands.Environment
npx pressship./enjinmel-smtp