# Push the theme archive without message$ wpc theme:push dist/my-theme.zip# Push the theme archive with a commit message$ wpc theme:push --m "🐛 Fix some bugs" dist/my-theme.zip# Push the theme archive and clean previous versions$ wpc theme:push --clean dist/my-theme.zip