Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit f8f84d8

Browse files
committed
fix(cli): use correct info about setting api keys
1 parent ee4685c commit f8f84d8

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

cdk/cloudformation.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Promise.all([
5858
warn(
5959
'Cell Geolocation',
6060
`Use ${chalk.greenBright(
61-
`node cli configure-api codebuild github token <token>`,
62-
)} to set the token`,
61+
`node cli configure-api cellGeoLocation unwiredlabs apiKey <API key>`,
62+
)} to set the API key`,
6363
)
6464
ctx.unwiredlabs = '0'
6565
}
@@ -69,6 +69,13 @@ Promise.all([
6969
'Continuous Deployment',
7070
'No GitHub API key configured. Continuous deployment will be disabled.',
7171
)
72+
73+
warn(
74+
'Cell Geolocation',
75+
`Use ${chalk.greenBright(
76+
`node cli configure-api codebuild github token <token>`,
77+
)} to set the token`,
78+
)
7279
ctx.cd = '0'
7380
}
7481
return new CatTrackerApp({

0 commit comments

Comments
 (0)