Skip to content

Commit

Permalink
Bump CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Oct 8, 2023
1 parent 94c52ef commit 063828b
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 860 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ cli/mappings.js
cli/datatables.js
cli/services
lib/drawio/src/main/webapp/WEB-INF/lib/appengine-api-1.0-sdk-1.9.63.jar
.DS_Store
.DS_Store
node_modules
2 changes: 2 additions & 0 deletions cli/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const pjson = require('../package.json');
const { openStdin } = require("process");
const CLI = true;

process.env.AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE = '1';

logplease.setLogLevel('NONE');
const awslog = logplease.create('AWS');
AWS.config.logger = awslog;
Expand Down

0 comments on commit 063828b

Please sign in to comment.