altazion/Altazion Commerce Theme Packer
Install the Altazion Commerce theme packager dotnet tool and create Altazion Commerce package archives from a theme or template source.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source folder containing either theme.general.json or template.json | yes | — |
| output | Optional output file path for a theme source, or output directory for a template source | no | — |
| tool-version | Version of the Altazion.Commerce.ThemePackager dotnet tool | yes | — |
| tool-package | Package id of the dotnet tool | no | Altazion.Commerce.ThemePackager |
| dotnet-version | Dotnet SDK version used to install the tool | no | 8.0.x |
Outputs
| name | description |
|---|---|
| package-path | Path of the generated package when exactly one archive is produced, otherwise empty |
| package-paths | Newline-separated list of all generated package files |
| package-directory | Directory containing the generated package files |
| package-count | Number of generated package files |
| source-kind | Detected source kind, either theme or template |