We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44bf6f commit 23d67a6Copy full SHA for 23d67a6
cli/cmd/cdk.go
@@ -35,6 +35,7 @@ const defaultGrpcPort int = 1123
35
// envs are all the environment variables passed to CDK components
36
func (c *cliState) envs() []string {
37
return []string{
38
+ fmt.Sprintf("LW_PROFILE=%s", c.Profile),
39
fmt.Sprintf("LW_ACCOUNT=%s", c.Account),
40
fmt.Sprintf("LW_SUBACCOUNT=%s", c.Subaccount),
41
fmt.Sprintf("LW_API_KEY=%s", c.KeyID),
0 commit comments