viza 1.6.43 → 1.6.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,6 +8,7 @@ export function registerLoginAwsCommand(program) {
|
|
|
8
8
|
.description("Login to AWS")
|
|
9
9
|
.option("--prod", "Use production environment")
|
|
10
10
|
.option("--dev", "Use development environment")
|
|
11
|
+
.option("--ssm", "Open AWS Systems Manager Parameter Store after login")
|
|
11
12
|
.action(async (_opts, command) => {
|
|
12
13
|
const fullOpts = getResolvedOptions(command);
|
|
13
14
|
await loginAwsCommand(fullOpts);
|