vtex/VTEX App Metadata Action
Reads metadata from a VTEX app
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version-visibility | Indicates the visibility of version that will be created: development, unpublished, or published | no | development |
| version-increment-type | Indicates the type of change that is being done, accepting: major, minor, patch | no | patch |
Outputs
| name | description |
|---|---|
| app-id | App id |
| app-name | App name |
| current-app-version | Current app version, which is used to determine the next-app-version |
| next-app-version | Next app version, which will be used in the built artifacts |
| current-app-specification | App specification in JSON format using current-app-version |
| next-app-specification | App specification in JSON format using next-app-version |
| vendor-id | Vendor id |
| service-name | Service name |
| service-folder | Service folder |
| service-image-name | Service image name |
| frontend-name | Frontend name |
| frontend-folder | Frontend folder |