nullplatform/Nullplatform Asset
Github Action for asset management on Nullplatform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The asset action controls what happens to the asset. Can be one of: create, update | no | — |
| build-id | The build id where this asset belongs to | yes | — |
| type | asset type, could be docker-image, lambda, etc | yes | — |
| name | asset name, by default 'main' | no | main |
| metadata | asset metadata, format is: <key>:<value> | no | — |
| url | predefined asset URL. This is an advanced usage and is not recommended, use *type* and *name* instead | no | — |
Outputs
| name | description |
|---|---|
| id | The asset id |
| build-id | The build id associated to the asset |
| name | The asset name. Identifies an asset to deploy |
| type | The asset type. Could be docker-image, lambda, etc. |
| targets | The asset targets. This is an array containing a collection of urls by provider where the asset must be uploaded |
| metadata | The asset associated metadata. This is a key-value object |