shopware/Build an extension zip using Shopware-CLI

Zip a Shopware extension using shopware-cli with GitHub Actions cache support

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the extensionyes.
branchBranch / tag to check out via Git before zipping (passed as the second positional argument)no""
output-directoryOutput directory for the zip fileno""
filenameName of the zip file. If not set, it is generated from the extension name and tagno""
git-commitCommit hash / tag to useno""
disable-gitUse the source folder as it is, without a Git checkoutnofalse
releaseRelease mode (remove app secrets)nofalse
use-git-tag-as-versionUse the detected git tag as the extension versionnofalse
overwrite-versionChange the extension version to this valueno""
overwrite-app-backend-urlChange all URLs in manifest.xml to this URLno""
overwrite-app-backend-secretChange the app secret to this valueno""
namedescription
zipPath to the generated zip file