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 249bf27 commit dac23dfCopy full SHA for dac23df
contentctl/actions/inspect.py
@@ -30,8 +30,8 @@ class Inspect:
30
def execute(self, config: inspect) -> str:
31
if config.build_app or config.build_api:
32
33
- # self.inspectAppCLI(config)
34
- # appinspect_token = self.inspectAppAPI(config)
+ self.inspectAppCLI(config)
+ appinspect_token = self.inspectAppAPI(config)
35
36
if config.enable_metadata_validation:
37
self.check_detection_metadata(config)
0 commit comments