localazy/Localazy Tag
Manage Localazy's release tags
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workdir | Defines the working directory where to invoke Localazy CLI command. | no | "" |
| config_file | The filename of the configuration file. Default: localazy.json | no | localazy.json |
| key_file | The filename of the key file. | no | "" |
| read_key | The read key for the project on Localazy. Required for read operations (e.g. listing tags). | no | "" |
| write_key | The write key for the project on Localazy. Required for write operations (e.g. publishing a tag). | no | "" |
| list | List existing tags. | no | false |
| publish | Name of a newly created tag under which app's current state will be stored. | no | "" |
| promote_from | Promote tag's state into 'promote_to' state and overwrite it's state. | no | "" |
| promote_to | Promotion target of the 'promote_from' tag. | no | "" |
| rename_from | Name of the tag you want to rename. | no | "" |
| rename_to | New name of the 'rename_from' tag. | no | "" |
| delete | Name of the tag you want to delete. | no | "" |
| merge_from | Merge tag's state into 'merge_to' tag. | no | "" |
| merge_to | Merge target of the 'merge_from' tag. | no | "" |
| merge_output | Name of the output tag of the merge operation. | no | "" |
| merge_parameters | Parameters for the merge operation. See https://localazy.com/docs/cli/release-tags#parameters | no | "" |
Outputs
no outputs