We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77bf0c5 + 28c7d43 commit 10be349Copy full SHA for 10be349
auditor/lib/cloudmapperauditor-stack.js
@@ -1,6 +1,5 @@
1
/**
2
* Deploys the CloudMapper audit app.
3
- * Usage: cdk deploy -c s3_bucket=MYCOMPANY-cloudmapper -c sns_topic=email
4
*/
5
6
const cdk = require('@aws-cdk/core');
cloudmapper.py
@@ -30,7 +30,7 @@
30
import pkgutil
31
import importlib
32
33
-__version__ = "2.6.6"
+__version__ = "2.7.0"
34
35
36
def show_help(commands):
0 commit comments