Skip to content

[Refactor] Adding TypeScript and Oclif#35

Open
Benni-Math wants to merge 18 commits intomainfrom
refactor/oclif
Open

[Refactor] Adding TypeScript and Oclif#35
Benni-Math wants to merge 18 commits intomainfrom
refactor/oclif

Conversation

@Benni-Math
Copy link
Copy Markdown
Collaborator

No description provided.

*/
const cfnStackExists = async (
stackName: string,
profile = 'default',
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this look for an $AWS_PROFILE env var before defaulting to 'default'? My default profile is called 'test'.


// disable cdk prompting if user included `--yes` flag
if (yes && (cdkArgs.includes('deploy') || cdkArgs.includes('changeset'))) {
cdkArgs.push('--require-approval-never');
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work? The form I have always used is --require-approval=never

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants