Skip to content

Commit

Permalink
chore: build plugin before generating snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Mar 25, 2024
1 parent c89c517 commit e6910d1
Showing 1 changed file with 47 additions and 9 deletions.
56 changes: 47 additions & 9 deletions command-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
"command": "project:convert:mdapi",
"flagAliases": ["apiversion", "metadatapath", "outputdir", "rootdir"],
"flagChars": ["d", "m", "p", "r", "x"],
"flags": ["api-version", "json", "loglevel", "manifest", "metadata", "metadata-dir", "output-dir", "root-dir"],
"flags": [
"api-version",
"flags-dir",
"json",
"loglevel",
"manifest",
"metadata",
"metadata-dir",
"output-dir",
"root-dir"
],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
Expand All @@ -14,6 +24,7 @@
"flagChars": ["d", "m", "n", "p", "r", "x"],
"flags": [
"api-version",
"flags-dir",
"json",
"loglevel",
"manifest",
Expand Down Expand Up @@ -43,6 +54,7 @@
"flags": [
"api-version",
"check-only",
"flags-dir",
"force-overwrite",
"json",
"loglevel",
Expand All @@ -63,39 +75,60 @@
"command": "project:delete:tracking",
"flagAliases": ["apiversion", "noprompt", "targetusername", "u"],
"flagChars": ["o", "p"],
"flags": ["api-version", "json", "loglevel", "no-prompt", "target-org"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "no-prompt", "target-org"],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
"alias": ["deploy:metadata:cancel"],
"command": "project:deploy:cancel",
"flagAliases": [],
"flagChars": ["i", "o", "r", "w"],
"flags": ["async", "job-id", "json", "target-org", "use-most-recent", "wait"],
"flags": ["async", "flags-dir", "job-id", "json", "target-org", "use-most-recent", "wait"],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
"alias": ["deploy:metadata:preview"],
"command": "project:deploy:preview",
"flagAliases": [],
"flagChars": ["c", "d", "m", "o", "x"],
"flags": ["concise", "ignore-conflicts", "json", "manifest", "metadata", "source-dir", "target-org"],
"flags": ["concise", "flags-dir", "ignore-conflicts", "json", "manifest", "metadata", "source-dir", "target-org"],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
"alias": ["deploy:metadata:quick"],
"command": "project:deploy:quick",
"flagAliases": [],
"flagChars": ["a", "i", "o", "r", "w"],
"flags": ["api-version", "async", "concise", "job-id", "json", "target-org", "use-most-recent", "verbose", "wait"],
"flags": [
"api-version",
"async",
"concise",
"flags-dir",
"job-id",
"json",
"target-org",
"use-most-recent",
"verbose",
"wait"
],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
"alias": ["deploy:metadata:report"],
"command": "project:deploy:report",
"flagAliases": [],
"flagChars": ["i", "o", "r", "w"],
"flags": ["coverage-formatters", "job-id", "json", "junit", "results-dir", "target-org", "use-most-recent", "wait"],
"flags": [
"coverage-formatters",
"flags-dir",
"job-id",
"json",
"junit",
"results-dir",
"target-org",
"use-most-recent",
"wait"
],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
Expand All @@ -106,6 +139,7 @@
"flags": [
"concise",
"coverage-formatters",
"flags-dir",
"job-id",
"json",
"junit",
Expand All @@ -127,6 +161,7 @@
"concise",
"coverage-formatters",
"dry-run",
"flags-dir",
"ignore-conflicts",
"ignore-errors",
"ignore-warnings",
Expand Down Expand Up @@ -159,6 +194,7 @@
"async",
"concise",
"coverage-formatters",
"flags-dir",
"ignore-warnings",
"json",
"junit",
Expand Down Expand Up @@ -195,6 +231,7 @@
"flagChars": ["c", "d", "m", "n", "p", "t"],
"flags": [
"api-version",
"flags-dir",
"from-org",
"include-packages",
"json",
Expand All @@ -212,23 +249,23 @@
"command": "project:list:ignored",
"flagAliases": ["sourcepath"],
"flagChars": ["p"],
"flags": ["json", "source-dir"],
"flags": ["flags-dir", "json", "source-dir"],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
"alias": ["force:source:tracking:reset"],
"command": "project:reset:tracking",
"flagAliases": ["apiversion", "noprompt", "targetusername", "u"],
"flagChars": ["o", "p", "r"],
"flags": ["api-version", "json", "loglevel", "no-prompt", "revision", "target-org"],
"flags": ["api-version", "flags-dir", "json", "loglevel", "no-prompt", "revision", "target-org"],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
"alias": ["retrieve:metadata:preview"],
"command": "project:retrieve:preview",
"flagAliases": [],
"flagChars": ["c", "o"],
"flags": ["concise", "ignore-conflicts", "json", "target-org"],
"flags": ["concise", "flags-dir", "ignore-conflicts", "json", "target-org"],
"plugin": "@salesforce/plugin-deploy-retrieve"
},
{
Expand All @@ -238,6 +275,7 @@
"flagChars": ["a", "c", "d", "m", "n", "o", "r", "t", "w", "x", "z"],
"flags": [
"api-version",
"flags-dir",
"ignore-conflicts",
"json",
"manifest",
Expand Down

0 comments on commit e6910d1

Please sign in to comment.