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 b7d63e8 commit 7d9a18bCopy full SHA for 7d9a18b
wmiocli.js
@@ -700,7 +700,7 @@ program.command('flowservice-execute <project-id> <flow-name> [input-json]')
700
experimental.messagingStats(projectId,name);
701
});
702
703
- program.command('experimental-workflow-execution-analysis <vbid> <project-id> [format]',{hidden: hideExperimental})
+ program.command('experimental-workflow-execution-analysis <vbid> [format]',{hidden: hideExperimental})
704
.description('Provide workflow exedcution analysis')
705
.action((vbid,format) => {
706
checkOptions();
0 commit comments