From df322355282a62217812632f72ff9c2eb49549e9 Mon Sep 17 00:00:00 2001 From: awswa Date: Wed, 13 Nov 2024 11:09:03 +0800 Subject: [PATCH] update the default newMileStone value and its description --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cfdeab..3056188 100755 --- a/README.md +++ b/README.md @@ -109,11 +109,16 @@ screener --regions ALL # AWS Partner used, migration evaluation id --others '{"mpe": {"id": "aaaa-1111-cccc"}}' -# To override default Well Architected Tools integration parameter ---others '{"WA": {"region": "ap-southeast-1", "reportName":"SS_Report", "newMileStone":0}}' +# To create a workload and a milestone in the Well-Architected Tool +# Set `newMileStone` to 1 to create a milestone each time the Service Screener is run. (Recommended) +# Set `newMileStone` to 0 to create a milestone only once if no milestone has been created. +# Use the existing workload name as `reportName` to update the milestone and track improvements. +--others '{"WA": {"region": "ap-southeast-1", "reportName":"SS_Report", "newMileStone":1}}' + +screener --regions ap-southeast-1 --beta 1 --others '{"WA": {"region": "ap-southeast-1", "reportName":"SS_Report", "newMileStone":1}}' # you can combine both ---others '{"WA": {"region": "ap-southeast-1", "reportName":"SS_Report", "newMileStone":0}, "mpe": {"id": "aaaa-1111-cccc"}}' +--others '{"WA": {"region": "ap-southeast-1", "reportName":"SS_Report", "newMileStone":1}, "mpe": {"id": "aaaa-1111-cccc"}}' ```
Get Report Walkthrough