scripts/app_manager: Add subcommand to manipulate tags
``` $ app_manager tag --help Usage: app_manager.py tag [OPTIONS] COMMAND [ARGS]... Manipulate application tag, for example either determine the last tag or compute the next one. Without any parameters this lists the current application tags. Options: --help Show this message and exit. Commands: latest list next ``` This will allow to: - retrieve the last known tag for an application - determine the next tag for an application (be it known or not) - current list of tags of an application This will raise when: - providing both --next-tag and --last-tag for an application - listing tags for an unknown application - retrieving the last tag on an unknown application Refs. sysadm-environment#4724
parent
e26f89d3
No related branches found
No related tags found
Please register or sign in to comment