Skip to content

Commit c7fc3a5

Browse files
committed
fix: snapshot
1 parent bf63989 commit c7fc3a5

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

command-snapshot.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,57 @@
44
"command": "devops:project:list",
55
"flagAliases": [],
66
"flagChars": ["o"],
7-
"flags": ["api-version", "json", "target-org"],
7+
"flags": ["api-version", "flags-dir", "json", "target-org"],
88
"plugin": "@salesforce/plugin-devops-center"
99
},
1010
{
1111
"alias": [],
1212
"command": "devops:work-item:create",
1313
"flagAliases": [],
1414
"flagChars": ["d", "o", "p", "s"],
15-
"flags": ["api-version", "description", "json", "project-id", "subject", "target-org"],
15+
"flags": ["api-version", "description", "flags-dir", "json", "project-id", "subject", "target-org"],
1616
"plugin": "@salesforce/plugin-devops-center"
1717
},
1818
{
1919
"alias": [],
2020
"command": "devops:work-item:list",
2121
"flagAliases": [],
2222
"flagChars": ["o", "p"],
23-
"flags": ["api-version", "json", "project-id", "target-org"],
23+
"flags": ["api-version", "flags-dir", "json", "project-id", "target-org"],
2424
"plugin": "@salesforce/plugin-devops-center"
2525
},
2626
{
2727
"alias": [],
2828
"command": "project:deploy:pipeline:quick",
2929
"flagAliases": [],
3030
"flagChars": ["c", "i", "r", "w"],
31-
"flags": ["async", "concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"],
31+
"flags": [
32+
"async",
33+
"concise",
34+
"devops-center-username",
35+
"flags-dir",
36+
"job-id",
37+
"json",
38+
"use-most-recent",
39+
"verbose",
40+
"wait"
41+
],
3242
"plugin": "@salesforce/plugin-devops-center"
3343
},
3444
{
3545
"alias": [],
3646
"command": "project:deploy:pipeline:report",
3747
"flagAliases": [],
3848
"flagChars": ["c", "i", "r"],
39-
"flags": ["devops-center-username", "job-id", "json", "use-most-recent"],
49+
"flags": ["devops-center-username", "flags-dir", "job-id", "json", "use-most-recent"],
4050
"plugin": "@salesforce/plugin-devops-center"
4151
},
4252
{
4353
"alias": [],
4454
"command": "project:deploy:pipeline:resume",
4555
"flagAliases": [],
4656
"flagChars": ["c", "i", "r", "w"],
47-
"flags": ["concise", "devops-center-username", "job-id", "json", "use-most-recent", "verbose", "wait"],
57+
"flags": ["concise", "devops-center-username", "flags-dir", "job-id", "json", "use-most-recent", "verbose", "wait"],
4858
"plugin": "@salesforce/plugin-devops-center"
4959
},
5060
{
@@ -60,6 +70,7 @@
6070
"deploy-all",
6171
"devops-center-project-name",
6272
"devops-center-username",
73+
"flags-dir",
6374
"json",
6475
"test-level",
6576
"tests",
@@ -81,6 +92,7 @@
8192
"deploy-all",
8293
"devops-center-project-name",
8394
"devops-center-username",
95+
"flags-dir",
8496
"json",
8597
"test-level",
8698
"tests",

0 commit comments

Comments
 (0)