actions-marketplace-validations/Localazy Tag

Manage Localazy's release tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workdirDefines the working directory where to invoke Localazy CLI command.no""
config_fileThe filename of the configuration file. Default: localazy.jsonnolocalazy.json
key_fileThe filename of the key file.no""
read_keyThe read key for the project on Localazy. Required for read operations (e.g. listing tags).no""
write_keyThe write key for the project on Localazy. Required for write operations (e.g. publishing a tag).no""
listList existing tags.nofalse
publishName of a newly created tag under which app's current state will be stored.no""
promote_fromPromote tag's state into 'promote_to' state and overwrite it's state.no""
promote_toPromotion target of the 'promote_from' tag.no""
rename_fromName of the tag you want to rename.no""
rename_toNew name of the 'rename_from' tag.no""
deleteName of the tag you want to delete.no""
merge_fromMerge tag's state into 'merge_to' tag.no""
merge_toMerge target of the 'merge_from' tag.no""
merge_outputName of the output tag of the merge operation.no""
merge_parametersParameters for the merge operation. See https://localazy.com/docs/cli/release-tags#parametersno""

no outputs