We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8b09b commit fdb238bCopy full SHA for fdb238b
1 file changed
aws/cli-installer/src/main.mjs
@@ -181,7 +181,7 @@ export async function executePipeline(cfg) {
181
`${pad('')} ${theme.muted(`└─ Connect: aws ssm start-session --target ${cfg.demoInstanceId} --region ${cfg.region}`)}`,
182
] : []),
183
'',
184
- `${theme.success.bold('→ Open your dashboards:')}`,
+ `${theme.success.bold('→ Open your dashboards')} ${theme.muted('(requires signing into your AWS account)')}`,
185
` ${cfg.dashboardsUrl}`,
186
...(cfg.demoInstanceId ? [``, ` ${theme.muted('Demo data may take 10-15 minutes to appear.')}`] : []),
187
0 commit comments