This adds the ability to copy post launch settings in a similar manner the --copy-launch-setttings flag works. This change introduces a new flag --copy-post-launch-settings. If the source server does not have any post launch steps, the target servers will then get updated so they also don't have post launch steps. Furthermore, if the source server has post launch steps, the target servers will get updated so their post launch steps will match the steps of the source server.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Fixes #12
Description of changes:
This adds the ability to copy post launch settings in a similar manner the
--copy-launch-setttings
flag works. This change introduces a new flag--copy-post-launch-settings
. If the source server does not have any post launch steps, the target servers will then get updated so they also don't have post launch steps. Furthermore, if the source server has post launch steps, the target servers will get updated so their post launch steps will match the steps of the source server.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.