Skip to content

Commit fdb238b

Browse files
committed
fix: add AWS sign-in note to dashboard URL in summary
Signed-off-by: Kyle Hounslow <kylhouns@amazon.com>
1 parent fb8b09b commit fdb238b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/cli-installer/src/main.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export async function executePipeline(cfg) {
181181
`${pad('')} ${theme.muted(`└─ Connect: aws ssm start-session --target ${cfg.demoInstanceId} --region ${cfg.region}`)}`,
182182
] : []),
183183
'',
184-
`${theme.success.bold('→ Open your dashboards:')}`,
184+
`${theme.success.bold('→ Open your dashboards')} ${theme.muted('(requires signing into your AWS account)')}`,
185185
` ${cfg.dashboardsUrl}`,
186186
...(cfg.demoInstanceId ? [``, ` ${theme.muted('Demo data may take 10-15 minutes to appear.')}`] : []),
187187
'',

0 commit comments

Comments
 (0)