shopware/Build an extension zip using Shopware-CLI
Zip a Shopware extension using shopware-cli with GitHub Actions cache support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the extension | yes | . |
| branch | Branch / tag to check out via Git before zipping (passed as the second positional argument) | no | "" |
| output-directory | Output directory for the zip file | no | "" |
| filename | Name of the zip file. If not set, it is generated from the extension name and tag | no | "" |
| git-commit | Commit hash / tag to use | no | "" |
| disable-git | Use the source folder as it is, without a Git checkout | no | false |
| release | Release mode (remove app secrets) | no | false |
| use-git-tag-as-version | Use the detected git tag as the extension version | no | false |
| overwrite-version | Change the extension version to this value | no | "" |
| overwrite-app-backend-url | Change all URLs in manifest.xml to this URL | no | "" |
| overwrite-app-backend-secret | Change the app secret to this value | no | "" |
Outputs
| name | description |
|---|---|
| zip | Path to the generated zip file |