addManifestAttributeEntry

fun addManifestAttributeEntry(key: String, value: String)

Add a custom field to the manifest file of an Avail artifact.

Parameters

key

The Attributes.Name String name of the entry to add.

value

The value to associate with the key.