We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c9460 commit 9a0013fCopy full SHA for 9a0013f
src/main/wrapper/CxWrapper.ts
@@ -275,7 +275,7 @@ export class CxWrapper {
275
return await exec.executeCommands(this.config.pathToExecutable, commands, CxConstants.PROJECT_TYPE);
276
}
277
278
- async environmentsList(filters: string): Promise<CxCommandOutput> {
+ async dastEnvironmentsList(filters: string): Promise<CxCommandOutput> {
279
const validated_filters = this.filterArguments(filters);
280
const commands: string[] = ([CxConstants.CMD_DAST_ENVIRONMENTS, CxConstants.SUB_CMD_LIST] as string[]).concat(
281
validated_filters
0 commit comments