Skip to content

Commit

Permalink
Disable upgrade warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Mar 30, 2023
1 parent 520014f commit 147de1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ import { printJson } from './printers/json';
import { notifySlack } from './printers/slack';
import { printPlainText } from './printers/text';

// Suppress the maintenance mode message from the AWS SDK
// FIXME: Upgrade to aws-sdk v3 adn remove this
process.env.AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE = '1';

const program = new Command();

program
Expand Down

0 comments on commit 147de1f

Please sign in to comment.