From 2c3596fec39ef88b591fb57868c899d93e653289 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 9 Dec 2024 10:41:14 -0700 Subject: [PATCH] chore: update snapshot --- command-snapshot.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/command-snapshot.json b/command-snapshot.json index 12adfde..bf66e8c 100644 --- a/command-snapshot.json +++ b/command-snapshot.json @@ -47,24 +47,34 @@ "alias": [], "command": "agent:test:results", "flagAliases": [], - "flagChars": ["i", "o"], - "flags": ["api-version", "flags-dir", "job-id", "json", "result-format", "target-org"], + "flagChars": ["f", "i", "o"], + "flags": ["api-version", "flags-dir", "job-id", "json", "output-dir", "result-format", "target-org"], "plugin": "@salesforce/plugin-agent" }, { "alias": [], "command": "agent:test:resume", "flagAliases": [], - "flagChars": ["i", "o", "r", "w"], - "flags": ["api-version", "flags-dir", "job-id", "json", "result-format", "target-org", "use-most-recent", "wait"], + "flagChars": ["f", "i", "o", "r", "w"], + "flags": [ + "api-version", + "flags-dir", + "job-id", + "json", + "output-dir", + "result-format", + "target-org", + "use-most-recent", + "wait" + ], "plugin": "@salesforce/plugin-agent" }, { "alias": [], "command": "agent:test:run", "flagAliases": [], - "flagChars": ["n", "o", "w"], - "flags": ["api-version", "flags-dir", "json", "name", "result-format", "target-org", "wait"], + "flagChars": ["f", "n", "o", "w"], + "flags": ["api-version", "flags-dir", "json", "name", "output-dir", "result-format", "target-org", "wait"], "plugin": "@salesforce/plugin-agent" } ]