Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Dec 9, 2024
1 parent af485da commit 2c3596f
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions command-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 2c3596f

Please sign in to comment.