@wavyx/pdcli 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/oclif.manifest.json +729 -729
- package/package.json +1 -1
- package/src/base-command.js +22 -3
- package/src/commands/activity/list.js +1 -1
- package/src/commands/deal/list.js +1 -1
- package/src/commands/org/list.js +1 -1
- package/src/commands/person/list.js +1 -1
- package/src/commands/product/list.js +1 -1
- package/src/lib/aliases.js +85 -5
- package/src/lib/client.js +110 -117
package/oclif.manifest.json
CHANGED
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"type": "option"
|
|
62
62
|
},
|
|
63
63
|
"resolve-fields": {
|
|
64
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
64
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
65
65
|
"helpGroup": "GLOBAL",
|
|
66
66
|
"name": "resolve-fields",
|
|
67
67
|
"allowNo": false,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"type": "option"
|
|
179
179
|
},
|
|
180
180
|
"resolve-fields": {
|
|
181
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
181
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
182
182
|
"helpGroup": "GLOBAL",
|
|
183
183
|
"name": "resolve-fields",
|
|
184
184
|
"allowNo": false,
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"type": "option"
|
|
302
302
|
},
|
|
303
303
|
"resolve-fields": {
|
|
304
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
304
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
305
305
|
"helpGroup": "GLOBAL",
|
|
306
306
|
"name": "resolve-fields",
|
|
307
307
|
"allowNo": false,
|
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
"type": "option"
|
|
424
424
|
},
|
|
425
425
|
"resolve-fields": {
|
|
426
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
426
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
427
427
|
"helpGroup": "GLOBAL",
|
|
428
428
|
"name": "resolve-fields",
|
|
429
429
|
"allowNo": false,
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"type": "option"
|
|
534
534
|
},
|
|
535
535
|
"resolve-fields": {
|
|
536
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
536
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
537
537
|
"helpGroup": "GLOBAL",
|
|
538
538
|
"name": "resolve-fields",
|
|
539
539
|
"allowNo": false,
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"type": "option"
|
|
670
670
|
},
|
|
671
671
|
"resolve-fields": {
|
|
672
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
672
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
673
673
|
"helpGroup": "GLOBAL",
|
|
674
674
|
"name": "resolve-fields",
|
|
675
675
|
"allowNo": false,
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"type": "option"
|
|
791
791
|
},
|
|
792
792
|
"resolve-fields": {
|
|
793
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
793
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
794
794
|
"helpGroup": "GLOBAL",
|
|
795
795
|
"name": "resolve-fields",
|
|
796
796
|
"allowNo": false,
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
"type": "option"
|
|
902
902
|
},
|
|
903
903
|
"resolve-fields": {
|
|
904
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
904
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
905
905
|
"helpGroup": "GLOBAL",
|
|
906
906
|
"name": "resolve-fields",
|
|
907
907
|
"allowNo": false,
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
"type": "option"
|
|
1110
1110
|
},
|
|
1111
1111
|
"resolve-fields": {
|
|
1112
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
1112
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
1113
1113
|
"helpGroup": "GLOBAL",
|
|
1114
1114
|
"name": "resolve-fields",
|
|
1115
1115
|
"allowNo": false,
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
"type": "option"
|
|
1233
1233
|
},
|
|
1234
1234
|
"resolve-fields": {
|
|
1235
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
1235
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
1236
1236
|
"helpGroup": "GLOBAL",
|
|
1237
1237
|
"name": "resolve-fields",
|
|
1238
1238
|
"allowNo": false,
|
|
@@ -1343,7 +1343,7 @@
|
|
|
1343
1343
|
"type": "option"
|
|
1344
1344
|
},
|
|
1345
1345
|
"resolve-fields": {
|
|
1346
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
1346
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
1347
1347
|
"helpGroup": "GLOBAL",
|
|
1348
1348
|
"name": "resolve-fields",
|
|
1349
1349
|
"allowNo": false,
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
"type": "option"
|
|
1514
1514
|
},
|
|
1515
1515
|
"resolve-fields": {
|
|
1516
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
1516
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
1517
1517
|
"helpGroup": "GLOBAL",
|
|
1518
1518
|
"name": "resolve-fields",
|
|
1519
1519
|
"allowNo": false,
|
|
@@ -1724,7 +1724,7 @@
|
|
|
1724
1724
|
"type": "option"
|
|
1725
1725
|
},
|
|
1726
1726
|
"resolve-fields": {
|
|
1727
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
1727
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
1728
1728
|
"helpGroup": "GLOBAL",
|
|
1729
1729
|
"name": "resolve-fields",
|
|
1730
1730
|
"allowNo": false,
|
|
@@ -1846,7 +1846,7 @@
|
|
|
1846
1846
|
"type": "option"
|
|
1847
1847
|
},
|
|
1848
1848
|
"resolve-fields": {
|
|
1849
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
1849
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
1850
1850
|
"helpGroup": "GLOBAL",
|
|
1851
1851
|
"name": "resolve-fields",
|
|
1852
1852
|
"allowNo": false,
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
"type": "option"
|
|
1963
1963
|
},
|
|
1964
1964
|
"resolve-fields": {
|
|
1965
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
1965
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
1966
1966
|
"helpGroup": "GLOBAL",
|
|
1967
1967
|
"name": "resolve-fields",
|
|
1968
1968
|
"allowNo": false,
|
|
@@ -2032,15 +2032,19 @@
|
|
|
2032
2032
|
"unset.js"
|
|
2033
2033
|
]
|
|
2034
2034
|
},
|
|
2035
|
-
"
|
|
2035
|
+
"config:get": {
|
|
2036
2036
|
"aliases": [],
|
|
2037
|
-
"args": {
|
|
2038
|
-
|
|
2037
|
+
"args": {
|
|
2038
|
+
"key": {
|
|
2039
|
+
"description": "Config key to read",
|
|
2040
|
+
"name": "key",
|
|
2041
|
+
"required": true
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
"description": "Get a config value for the active profile",
|
|
2039
2045
|
"examples": [
|
|
2040
|
-
"<%= config.bin %>
|
|
2041
|
-
"<%= config.bin %>
|
|
2042
|
-
"<%= config.bin %> auth login --oauth",
|
|
2043
|
-
"<%= config.bin %> auth login --oauth --client-id <id> --client-secret <secret>"
|
|
2046
|
+
"<%= config.bin %> config get company_domain",
|
|
2047
|
+
"<%= config.bin %> config get default_output"
|
|
2044
2048
|
],
|
|
2045
2049
|
"flags": {
|
|
2046
2050
|
"output": {
|
|
@@ -2075,7 +2079,7 @@
|
|
|
2075
2079
|
"type": "option"
|
|
2076
2080
|
},
|
|
2077
2081
|
"resolve-fields": {
|
|
2078
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2082
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2079
2083
|
"helpGroup": "GLOBAL",
|
|
2080
2084
|
"name": "resolve-fields",
|
|
2081
2085
|
"allowNo": false,
|
|
@@ -2126,62 +2130,11 @@
|
|
|
2126
2130
|
"hasDynamicHelp": false,
|
|
2127
2131
|
"multiple": false,
|
|
2128
2132
|
"type": "option"
|
|
2129
|
-
},
|
|
2130
|
-
"company": {
|
|
2131
|
-
"description": "Company domain (\"acme\" from acme.pipedrive.com — full URL accepted)",
|
|
2132
|
-
"name": "company",
|
|
2133
|
-
"hasDynamicHelp": false,
|
|
2134
|
-
"multiple": false,
|
|
2135
|
-
"type": "option"
|
|
2136
|
-
},
|
|
2137
|
-
"api-token": {
|
|
2138
|
-
"description": "Personal API token (app.pipedrive.com/settings/api). Prefer the prompt or env so the token stays out of shell history",
|
|
2139
|
-
"name": "api-token",
|
|
2140
|
-
"hasDynamicHelp": false,
|
|
2141
|
-
"multiple": false,
|
|
2142
|
-
"type": "option"
|
|
2143
|
-
},
|
|
2144
|
-
"oauth": {
|
|
2145
|
-
"description": "Use OAuth 2.0 via your own Developer Hub app (browser flow)",
|
|
2146
|
-
"name": "oauth",
|
|
2147
|
-
"allowNo": false,
|
|
2148
|
-
"type": "boolean"
|
|
2149
|
-
},
|
|
2150
|
-
"client-id": {
|
|
2151
|
-
"dependsOn": [
|
|
2152
|
-
"oauth"
|
|
2153
|
-
],
|
|
2154
|
-
"description": "OAuth app client ID (--oauth; env PDCLI_CLIENT_ID)",
|
|
2155
|
-
"name": "client-id",
|
|
2156
|
-
"hasDynamicHelp": false,
|
|
2157
|
-
"multiple": false,
|
|
2158
|
-
"type": "option"
|
|
2159
|
-
},
|
|
2160
|
-
"client-secret": {
|
|
2161
|
-
"dependsOn": [
|
|
2162
|
-
"oauth"
|
|
2163
|
-
],
|
|
2164
|
-
"description": "OAuth app client secret (--oauth; env PDCLI_CLIENT_SECRET)",
|
|
2165
|
-
"name": "client-secret",
|
|
2166
|
-
"hasDynamicHelp": false,
|
|
2167
|
-
"multiple": false,
|
|
2168
|
-
"type": "option"
|
|
2169
|
-
},
|
|
2170
|
-
"port": {
|
|
2171
|
-
"dependsOn": [
|
|
2172
|
-
"oauth"
|
|
2173
|
-
],
|
|
2174
|
-
"description": "OAuth callback port — must match the app's registered callback URL (--oauth)",
|
|
2175
|
-
"name": "port",
|
|
2176
|
-
"default": 9999,
|
|
2177
|
-
"hasDynamicHelp": false,
|
|
2178
|
-
"multiple": false,
|
|
2179
|
-
"type": "option"
|
|
2180
2133
|
}
|
|
2181
2134
|
},
|
|
2182
2135
|
"hasDynamicHelp": false,
|
|
2183
2136
|
"hiddenAliases": [],
|
|
2184
|
-
"id": "
|
|
2137
|
+
"id": "config:get",
|
|
2185
2138
|
"pluginAlias": "@wavyx/pdcli",
|
|
2186
2139
|
"pluginName": "@wavyx/pdcli",
|
|
2187
2140
|
"pluginType": "core",
|
|
@@ -2192,16 +2145,16 @@
|
|
|
2192
2145
|
"relativePath": [
|
|
2193
2146
|
"src",
|
|
2194
2147
|
"commands",
|
|
2195
|
-
"
|
|
2196
|
-
"
|
|
2148
|
+
"config",
|
|
2149
|
+
"get.js"
|
|
2197
2150
|
]
|
|
2198
2151
|
},
|
|
2199
|
-
"
|
|
2152
|
+
"config:list": {
|
|
2200
2153
|
"aliases": [],
|
|
2201
2154
|
"args": {},
|
|
2202
|
-
"description": "
|
|
2155
|
+
"description": "List all config for the active profile",
|
|
2203
2156
|
"examples": [
|
|
2204
|
-
"<%= config.bin %>
|
|
2157
|
+
"<%= config.bin %> config list"
|
|
2205
2158
|
],
|
|
2206
2159
|
"flags": {
|
|
2207
2160
|
"output": {
|
|
@@ -2236,7 +2189,7 @@
|
|
|
2236
2189
|
"type": "option"
|
|
2237
2190
|
},
|
|
2238
2191
|
"resolve-fields": {
|
|
2239
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2192
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2240
2193
|
"helpGroup": "GLOBAL",
|
|
2241
2194
|
"name": "resolve-fields",
|
|
2242
2195
|
"allowNo": false,
|
|
@@ -2291,7 +2244,7 @@
|
|
|
2291
2244
|
},
|
|
2292
2245
|
"hasDynamicHelp": false,
|
|
2293
2246
|
"hiddenAliases": [],
|
|
2294
|
-
"id": "
|
|
2247
|
+
"id": "config:list",
|
|
2295
2248
|
"pluginAlias": "@wavyx/pdcli",
|
|
2296
2249
|
"pluginName": "@wavyx/pdcli",
|
|
2297
2250
|
"pluginType": "core",
|
|
@@ -2302,16 +2255,28 @@
|
|
|
2302
2255
|
"relativePath": [
|
|
2303
2256
|
"src",
|
|
2304
2257
|
"commands",
|
|
2305
|
-
"
|
|
2306
|
-
"
|
|
2258
|
+
"config",
|
|
2259
|
+
"list.js"
|
|
2307
2260
|
]
|
|
2308
2261
|
},
|
|
2309
|
-
"
|
|
2262
|
+
"config:set": {
|
|
2310
2263
|
"aliases": [],
|
|
2311
|
-
"args": {
|
|
2312
|
-
|
|
2264
|
+
"args": {
|
|
2265
|
+
"key": {
|
|
2266
|
+
"description": "Config key to set",
|
|
2267
|
+
"name": "key",
|
|
2268
|
+
"required": true
|
|
2269
|
+
},
|
|
2270
|
+
"value": {
|
|
2271
|
+
"description": "Value to assign",
|
|
2272
|
+
"name": "value",
|
|
2273
|
+
"required": true
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
"description": "Set a config value for the active profile",
|
|
2313
2277
|
"examples": [
|
|
2314
|
-
"<%= config.bin %>
|
|
2278
|
+
"<%= config.bin %> config set company_domain acme",
|
|
2279
|
+
"<%= config.bin %> config set default_output json"
|
|
2315
2280
|
],
|
|
2316
2281
|
"flags": {
|
|
2317
2282
|
"output": {
|
|
@@ -2346,7 +2311,7 @@
|
|
|
2346
2311
|
"type": "option"
|
|
2347
2312
|
},
|
|
2348
2313
|
"resolve-fields": {
|
|
2349
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2314
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2350
2315
|
"helpGroup": "GLOBAL",
|
|
2351
2316
|
"name": "resolve-fields",
|
|
2352
2317
|
"allowNo": false,
|
|
@@ -2401,7 +2366,7 @@
|
|
|
2401
2366
|
},
|
|
2402
2367
|
"hasDynamicHelp": false,
|
|
2403
2368
|
"hiddenAliases": [],
|
|
2404
|
-
"id": "
|
|
2369
|
+
"id": "config:set",
|
|
2405
2370
|
"pluginAlias": "@wavyx/pdcli",
|
|
2406
2371
|
"pluginName": "@wavyx/pdcli",
|
|
2407
2372
|
"pluginType": "core",
|
|
@@ -2412,23 +2377,22 @@
|
|
|
2412
2377
|
"relativePath": [
|
|
2413
2378
|
"src",
|
|
2414
2379
|
"commands",
|
|
2415
|
-
"
|
|
2416
|
-
"
|
|
2380
|
+
"config",
|
|
2381
|
+
"set.js"
|
|
2417
2382
|
]
|
|
2418
2383
|
},
|
|
2419
|
-
"config:
|
|
2384
|
+
"config:unset": {
|
|
2420
2385
|
"aliases": [],
|
|
2421
2386
|
"args": {
|
|
2422
2387
|
"key": {
|
|
2423
|
-
"description": "Config key to
|
|
2388
|
+
"description": "Config key to remove",
|
|
2424
2389
|
"name": "key",
|
|
2425
2390
|
"required": true
|
|
2426
2391
|
}
|
|
2427
2392
|
},
|
|
2428
|
-
"description": "
|
|
2393
|
+
"description": "Remove a config key from the active profile",
|
|
2429
2394
|
"examples": [
|
|
2430
|
-
"<%= config.bin %> config
|
|
2431
|
-
"<%= config.bin %> config get default_output"
|
|
2395
|
+
"<%= config.bin %> config unset default_output"
|
|
2432
2396
|
],
|
|
2433
2397
|
"flags": {
|
|
2434
2398
|
"output": {
|
|
@@ -2463,7 +2427,7 @@
|
|
|
2463
2427
|
"type": "option"
|
|
2464
2428
|
},
|
|
2465
2429
|
"resolve-fields": {
|
|
2466
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2430
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2467
2431
|
"helpGroup": "GLOBAL",
|
|
2468
2432
|
"name": "resolve-fields",
|
|
2469
2433
|
"allowNo": false,
|
|
@@ -2518,7 +2482,7 @@
|
|
|
2518
2482
|
},
|
|
2519
2483
|
"hasDynamicHelp": false,
|
|
2520
2484
|
"hiddenAliases": [],
|
|
2521
|
-
"id": "config:
|
|
2485
|
+
"id": "config:unset",
|
|
2522
2486
|
"pluginAlias": "@wavyx/pdcli",
|
|
2523
2487
|
"pluginName": "@wavyx/pdcli",
|
|
2524
2488
|
"pluginType": "core",
|
|
@@ -2530,15 +2494,18 @@
|
|
|
2530
2494
|
"src",
|
|
2531
2495
|
"commands",
|
|
2532
2496
|
"config",
|
|
2533
|
-
"
|
|
2497
|
+
"unset.js"
|
|
2534
2498
|
]
|
|
2535
2499
|
},
|
|
2536
|
-
"
|
|
2500
|
+
"auth:login": {
|
|
2537
2501
|
"aliases": [],
|
|
2538
2502
|
"args": {},
|
|
2539
|
-
"description": "
|
|
2503
|
+
"description": "Authenticate with Pipedrive (personal API token, or OAuth with --oauth)",
|
|
2540
2504
|
"examples": [
|
|
2541
|
-
"<%= config.bin %>
|
|
2505
|
+
"<%= config.bin %> auth login",
|
|
2506
|
+
"<%= config.bin %> auth login --company acme --api-token <token>",
|
|
2507
|
+
"<%= config.bin %> auth login --oauth",
|
|
2508
|
+
"<%= config.bin %> auth login --oauth --client-id <id> --client-secret <secret>"
|
|
2542
2509
|
],
|
|
2543
2510
|
"flags": {
|
|
2544
2511
|
"output": {
|
|
@@ -2573,7 +2540,7 @@
|
|
|
2573
2540
|
"type": "option"
|
|
2574
2541
|
},
|
|
2575
2542
|
"resolve-fields": {
|
|
2576
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2543
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2577
2544
|
"helpGroup": "GLOBAL",
|
|
2578
2545
|
"name": "resolve-fields",
|
|
2579
2546
|
"allowNo": false,
|
|
@@ -2624,11 +2591,62 @@
|
|
|
2624
2591
|
"hasDynamicHelp": false,
|
|
2625
2592
|
"multiple": false,
|
|
2626
2593
|
"type": "option"
|
|
2594
|
+
},
|
|
2595
|
+
"company": {
|
|
2596
|
+
"description": "Company domain (\"acme\" from acme.pipedrive.com — full URL accepted)",
|
|
2597
|
+
"name": "company",
|
|
2598
|
+
"hasDynamicHelp": false,
|
|
2599
|
+
"multiple": false,
|
|
2600
|
+
"type": "option"
|
|
2601
|
+
},
|
|
2602
|
+
"api-token": {
|
|
2603
|
+
"description": "Personal API token (app.pipedrive.com/settings/api). Prefer the prompt or env so the token stays out of shell history",
|
|
2604
|
+
"name": "api-token",
|
|
2605
|
+
"hasDynamicHelp": false,
|
|
2606
|
+
"multiple": false,
|
|
2607
|
+
"type": "option"
|
|
2608
|
+
},
|
|
2609
|
+
"oauth": {
|
|
2610
|
+
"description": "Use OAuth 2.0 via your own Developer Hub app (browser flow)",
|
|
2611
|
+
"name": "oauth",
|
|
2612
|
+
"allowNo": false,
|
|
2613
|
+
"type": "boolean"
|
|
2614
|
+
},
|
|
2615
|
+
"client-id": {
|
|
2616
|
+
"dependsOn": [
|
|
2617
|
+
"oauth"
|
|
2618
|
+
],
|
|
2619
|
+
"description": "OAuth app client ID (--oauth; env PDCLI_CLIENT_ID)",
|
|
2620
|
+
"name": "client-id",
|
|
2621
|
+
"hasDynamicHelp": false,
|
|
2622
|
+
"multiple": false,
|
|
2623
|
+
"type": "option"
|
|
2624
|
+
},
|
|
2625
|
+
"client-secret": {
|
|
2626
|
+
"dependsOn": [
|
|
2627
|
+
"oauth"
|
|
2628
|
+
],
|
|
2629
|
+
"description": "OAuth app client secret (--oauth; env PDCLI_CLIENT_SECRET)",
|
|
2630
|
+
"name": "client-secret",
|
|
2631
|
+
"hasDynamicHelp": false,
|
|
2632
|
+
"multiple": false,
|
|
2633
|
+
"type": "option"
|
|
2634
|
+
},
|
|
2635
|
+
"port": {
|
|
2636
|
+
"dependsOn": [
|
|
2637
|
+
"oauth"
|
|
2638
|
+
],
|
|
2639
|
+
"description": "OAuth callback port — must match the app's registered callback URL (--oauth)",
|
|
2640
|
+
"name": "port",
|
|
2641
|
+
"default": 9999,
|
|
2642
|
+
"hasDynamicHelp": false,
|
|
2643
|
+
"multiple": false,
|
|
2644
|
+
"type": "option"
|
|
2627
2645
|
}
|
|
2628
2646
|
},
|
|
2629
2647
|
"hasDynamicHelp": false,
|
|
2630
2648
|
"hiddenAliases": [],
|
|
2631
|
-
"id": "
|
|
2649
|
+
"id": "auth:login",
|
|
2632
2650
|
"pluginAlias": "@wavyx/pdcli",
|
|
2633
2651
|
"pluginName": "@wavyx/pdcli",
|
|
2634
2652
|
"pluginType": "core",
|
|
@@ -2639,28 +2657,16 @@
|
|
|
2639
2657
|
"relativePath": [
|
|
2640
2658
|
"src",
|
|
2641
2659
|
"commands",
|
|
2642
|
-
"
|
|
2643
|
-
"
|
|
2660
|
+
"auth",
|
|
2661
|
+
"login.js"
|
|
2644
2662
|
]
|
|
2645
2663
|
},
|
|
2646
|
-
"
|
|
2664
|
+
"auth:logout": {
|
|
2647
2665
|
"aliases": [],
|
|
2648
|
-
"args": {
|
|
2649
|
-
|
|
2650
|
-
"description": "Config key to set",
|
|
2651
|
-
"name": "key",
|
|
2652
|
-
"required": true
|
|
2653
|
-
},
|
|
2654
|
-
"value": {
|
|
2655
|
-
"description": "Value to assign",
|
|
2656
|
-
"name": "value",
|
|
2657
|
-
"required": true
|
|
2658
|
-
}
|
|
2659
|
-
},
|
|
2660
|
-
"description": "Set a config value for the active profile",
|
|
2666
|
+
"args": {},
|
|
2667
|
+
"description": "Log out and remove the stored API token",
|
|
2661
2668
|
"examples": [
|
|
2662
|
-
"<%= config.bin %>
|
|
2663
|
-
"<%= config.bin %> config set default_output json"
|
|
2669
|
+
"<%= config.bin %> auth logout"
|
|
2664
2670
|
],
|
|
2665
2671
|
"flags": {
|
|
2666
2672
|
"output": {
|
|
@@ -2695,7 +2701,7 @@
|
|
|
2695
2701
|
"type": "option"
|
|
2696
2702
|
},
|
|
2697
2703
|
"resolve-fields": {
|
|
2698
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2704
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2699
2705
|
"helpGroup": "GLOBAL",
|
|
2700
2706
|
"name": "resolve-fields",
|
|
2701
2707
|
"allowNo": false,
|
|
@@ -2750,7 +2756,7 @@
|
|
|
2750
2756
|
},
|
|
2751
2757
|
"hasDynamicHelp": false,
|
|
2752
2758
|
"hiddenAliases": [],
|
|
2753
|
-
"id": "
|
|
2759
|
+
"id": "auth:logout",
|
|
2754
2760
|
"pluginAlias": "@wavyx/pdcli",
|
|
2755
2761
|
"pluginName": "@wavyx/pdcli",
|
|
2756
2762
|
"pluginType": "core",
|
|
@@ -2761,22 +2767,16 @@
|
|
|
2761
2767
|
"relativePath": [
|
|
2762
2768
|
"src",
|
|
2763
2769
|
"commands",
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2770
|
+
"auth",
|
|
2771
|
+
"logout.js"
|
|
2766
2772
|
]
|
|
2767
2773
|
},
|
|
2768
|
-
"
|
|
2774
|
+
"auth:status": {
|
|
2769
2775
|
"aliases": [],
|
|
2770
|
-
"args": {
|
|
2771
|
-
|
|
2772
|
-
"description": "Config key to remove",
|
|
2773
|
-
"name": "key",
|
|
2774
|
-
"required": true
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
"description": "Remove a config key from the active profile",
|
|
2776
|
+
"args": {},
|
|
2777
|
+
"description": "Show current authentication status",
|
|
2778
2778
|
"examples": [
|
|
2779
|
-
"<%= config.bin %>
|
|
2779
|
+
"<%= config.bin %> auth status"
|
|
2780
2780
|
],
|
|
2781
2781
|
"flags": {
|
|
2782
2782
|
"output": {
|
|
@@ -2811,7 +2811,7 @@
|
|
|
2811
2811
|
"type": "option"
|
|
2812
2812
|
},
|
|
2813
2813
|
"resolve-fields": {
|
|
2814
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2814
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2815
2815
|
"helpGroup": "GLOBAL",
|
|
2816
2816
|
"name": "resolve-fields",
|
|
2817
2817
|
"allowNo": false,
|
|
@@ -2866,7 +2866,7 @@
|
|
|
2866
2866
|
},
|
|
2867
2867
|
"hasDynamicHelp": false,
|
|
2868
2868
|
"hiddenAliases": [],
|
|
2869
|
-
"id": "
|
|
2869
|
+
"id": "auth:status",
|
|
2870
2870
|
"pluginAlias": "@wavyx/pdcli",
|
|
2871
2871
|
"pluginName": "@wavyx/pdcli",
|
|
2872
2872
|
"pluginType": "core",
|
|
@@ -2877,8 +2877,8 @@
|
|
|
2877
2877
|
"relativePath": [
|
|
2878
2878
|
"src",
|
|
2879
2879
|
"commands",
|
|
2880
|
-
"
|
|
2881
|
-
"
|
|
2880
|
+
"auth",
|
|
2881
|
+
"status.js"
|
|
2882
2882
|
]
|
|
2883
2883
|
},
|
|
2884
2884
|
"deal:bulk-update": {
|
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
"type": "option"
|
|
2925
2925
|
},
|
|
2926
2926
|
"resolve-fields": {
|
|
2927
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
2927
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
2928
2928
|
"helpGroup": "GLOBAL",
|
|
2929
2929
|
"name": "resolve-fields",
|
|
2930
2930
|
"allowNo": false,
|
|
@@ -3115,7 +3115,7 @@
|
|
|
3115
3115
|
"type": "option"
|
|
3116
3116
|
},
|
|
3117
3117
|
"resolve-fields": {
|
|
3118
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
3118
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
3119
3119
|
"helpGroup": "GLOBAL",
|
|
3120
3120
|
"name": "resolve-fields",
|
|
3121
3121
|
"allowNo": false,
|
|
@@ -3328,7 +3328,7 @@
|
|
|
3328
3328
|
"type": "option"
|
|
3329
3329
|
},
|
|
3330
3330
|
"resolve-fields": {
|
|
3331
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
3331
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
3332
3332
|
"helpGroup": "GLOBAL",
|
|
3333
3333
|
"name": "resolve-fields",
|
|
3334
3334
|
"allowNo": false,
|
|
@@ -3451,7 +3451,7 @@
|
|
|
3451
3451
|
"type": "option"
|
|
3452
3452
|
},
|
|
3453
3453
|
"resolve-fields": {
|
|
3454
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
3454
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
3455
3455
|
"helpGroup": "GLOBAL",
|
|
3456
3456
|
"name": "resolve-fields",
|
|
3457
3457
|
"allowNo": false,
|
|
@@ -3562,7 +3562,7 @@
|
|
|
3562
3562
|
"type": "option"
|
|
3563
3563
|
},
|
|
3564
3564
|
"resolve-fields": {
|
|
3565
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
3565
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
3566
3566
|
"helpGroup": "GLOBAL",
|
|
3567
3567
|
"name": "resolve-fields",
|
|
3568
3568
|
"allowNo": false,
|
|
@@ -3727,7 +3727,7 @@
|
|
|
3727
3727
|
"type": "option"
|
|
3728
3728
|
},
|
|
3729
3729
|
"resolve-fields": {
|
|
3730
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
3730
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
3731
3731
|
"helpGroup": "GLOBAL",
|
|
3732
3732
|
"name": "resolve-fields",
|
|
3733
3733
|
"allowNo": false,
|
|
@@ -3952,7 +3952,7 @@
|
|
|
3952
3952
|
"type": "option"
|
|
3953
3953
|
},
|
|
3954
3954
|
"resolve-fields": {
|
|
3955
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
3955
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
3956
3956
|
"helpGroup": "GLOBAL",
|
|
3957
3957
|
"name": "resolve-fields",
|
|
3958
3958
|
"allowNo": false,
|
|
@@ -4076,7 +4076,7 @@
|
|
|
4076
4076
|
"type": "option"
|
|
4077
4077
|
},
|
|
4078
4078
|
"resolve-fields": {
|
|
4079
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4079
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4080
4080
|
"helpGroup": "GLOBAL",
|
|
4081
4081
|
"name": "resolve-fields",
|
|
4082
4082
|
"allowNo": false,
|
|
@@ -4192,7 +4192,7 @@
|
|
|
4192
4192
|
"type": "option"
|
|
4193
4193
|
},
|
|
4194
4194
|
"resolve-fields": {
|
|
4195
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4195
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4196
4196
|
"helpGroup": "GLOBAL",
|
|
4197
4197
|
"name": "resolve-fields",
|
|
4198
4198
|
"allowNo": false,
|
|
@@ -4315,7 +4315,7 @@
|
|
|
4315
4315
|
"type": "option"
|
|
4316
4316
|
},
|
|
4317
4317
|
"resolve-fields": {
|
|
4318
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4318
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4319
4319
|
"helpGroup": "GLOBAL",
|
|
4320
4320
|
"name": "resolve-fields",
|
|
4321
4321
|
"allowNo": false,
|
|
@@ -4425,7 +4425,7 @@
|
|
|
4425
4425
|
"type": "option"
|
|
4426
4426
|
},
|
|
4427
4427
|
"resolve-fields": {
|
|
4428
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4428
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4429
4429
|
"helpGroup": "GLOBAL",
|
|
4430
4430
|
"name": "resolve-fields",
|
|
4431
4431
|
"allowNo": false,
|
|
@@ -4535,7 +4535,7 @@
|
|
|
4535
4535
|
"type": "option"
|
|
4536
4536
|
},
|
|
4537
4537
|
"resolve-fields": {
|
|
4538
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4538
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4539
4539
|
"helpGroup": "GLOBAL",
|
|
4540
4540
|
"name": "resolve-fields",
|
|
4541
4541
|
"allowNo": false,
|
|
@@ -4691,7 +4691,7 @@
|
|
|
4691
4691
|
"type": "option"
|
|
4692
4692
|
},
|
|
4693
4693
|
"resolve-fields": {
|
|
4694
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4694
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4695
4695
|
"helpGroup": "GLOBAL",
|
|
4696
4696
|
"name": "resolve-fields",
|
|
4697
4697
|
"allowNo": false,
|
|
@@ -4828,7 +4828,7 @@
|
|
|
4828
4828
|
"type": "option"
|
|
4829
4829
|
},
|
|
4830
4830
|
"resolve-fields": {
|
|
4831
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4831
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4832
4832
|
"helpGroup": "GLOBAL",
|
|
4833
4833
|
"name": "resolve-fields",
|
|
4834
4834
|
"allowNo": false,
|
|
@@ -4938,7 +4938,7 @@
|
|
|
4938
4938
|
"type": "option"
|
|
4939
4939
|
},
|
|
4940
4940
|
"resolve-fields": {
|
|
4941
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
4941
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
4942
4942
|
"helpGroup": "GLOBAL",
|
|
4943
4943
|
"name": "resolve-fields",
|
|
4944
4944
|
"allowNo": false,
|
|
@@ -5064,7 +5064,7 @@
|
|
|
5064
5064
|
"type": "option"
|
|
5065
5065
|
},
|
|
5066
5066
|
"resolve-fields": {
|
|
5067
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
5067
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
5068
5068
|
"helpGroup": "GLOBAL",
|
|
5069
5069
|
"name": "resolve-fields",
|
|
5070
5070
|
"allowNo": false,
|
|
@@ -5189,7 +5189,7 @@
|
|
|
5189
5189
|
"type": "option"
|
|
5190
5190
|
},
|
|
5191
5191
|
"resolve-fields": {
|
|
5192
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
5192
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
5193
5193
|
"helpGroup": "GLOBAL",
|
|
5194
5194
|
"name": "resolve-fields",
|
|
5195
5195
|
"allowNo": false,
|
|
@@ -5368,7 +5368,7 @@
|
|
|
5368
5368
|
"type": "option"
|
|
5369
5369
|
},
|
|
5370
5370
|
"resolve-fields": {
|
|
5371
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
5371
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
5372
5372
|
"helpGroup": "GLOBAL",
|
|
5373
5373
|
"name": "resolve-fields",
|
|
5374
5374
|
"allowNo": false,
|
|
@@ -5491,7 +5491,7 @@
|
|
|
5491
5491
|
"type": "option"
|
|
5492
5492
|
},
|
|
5493
5493
|
"resolve-fields": {
|
|
5494
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
5494
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
5495
5495
|
"helpGroup": "GLOBAL",
|
|
5496
5496
|
"name": "resolve-fields",
|
|
5497
5497
|
"allowNo": false,
|
|
@@ -5601,7 +5601,7 @@
|
|
|
5601
5601
|
"type": "option"
|
|
5602
5602
|
},
|
|
5603
5603
|
"resolve-fields": {
|
|
5604
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
5604
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
5605
5605
|
"helpGroup": "GLOBAL",
|
|
5606
5606
|
"name": "resolve-fields",
|
|
5607
5607
|
"allowNo": false,
|
|
@@ -5738,7 +5738,7 @@
|
|
|
5738
5738
|
"type": "option"
|
|
5739
5739
|
},
|
|
5740
5740
|
"resolve-fields": {
|
|
5741
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
5741
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
5742
5742
|
"helpGroup": "GLOBAL",
|
|
5743
5743
|
"name": "resolve-fields",
|
|
5744
5744
|
"allowNo": false,
|
|
@@ -5912,7 +5912,7 @@
|
|
|
5912
5912
|
"type": "option"
|
|
5913
5913
|
},
|
|
5914
5914
|
"resolve-fields": {
|
|
5915
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
5915
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
5916
5916
|
"helpGroup": "GLOBAL",
|
|
5917
5917
|
"name": "resolve-fields",
|
|
5918
5918
|
"allowNo": false,
|
|
@@ -6044,7 +6044,7 @@
|
|
|
6044
6044
|
"type": "option"
|
|
6045
6045
|
},
|
|
6046
6046
|
"resolve-fields": {
|
|
6047
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6047
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
6048
6048
|
"helpGroup": "GLOBAL",
|
|
6049
6049
|
"name": "resolve-fields",
|
|
6050
6050
|
"allowNo": false,
|
|
@@ -6177,7 +6177,7 @@
|
|
|
6177
6177
|
"type": "option"
|
|
6178
6178
|
},
|
|
6179
6179
|
"resolve-fields": {
|
|
6180
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6180
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
6181
6181
|
"helpGroup": "GLOBAL",
|
|
6182
6182
|
"name": "resolve-fields",
|
|
6183
6183
|
"allowNo": false,
|
|
@@ -6336,7 +6336,7 @@
|
|
|
6336
6336
|
"type": "option"
|
|
6337
6337
|
},
|
|
6338
6338
|
"resolve-fields": {
|
|
6339
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6339
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
6340
6340
|
"helpGroup": "GLOBAL",
|
|
6341
6341
|
"name": "resolve-fields",
|
|
6342
6342
|
"allowNo": false,
|
|
@@ -6459,7 +6459,7 @@
|
|
|
6459
6459
|
"type": "option"
|
|
6460
6460
|
},
|
|
6461
6461
|
"resolve-fields": {
|
|
6462
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6462
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
6463
6463
|
"helpGroup": "GLOBAL",
|
|
6464
6464
|
"name": "resolve-fields",
|
|
6465
6465
|
"allowNo": false,
|
|
@@ -6569,7 +6569,7 @@
|
|
|
6569
6569
|
"type": "option"
|
|
6570
6570
|
},
|
|
6571
6571
|
"resolve-fields": {
|
|
6572
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6572
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
6573
6573
|
"helpGroup": "GLOBAL",
|
|
6574
6574
|
"name": "resolve-fields",
|
|
6575
6575
|
"allowNo": false,
|
|
@@ -6706,7 +6706,7 @@
|
|
|
6706
6706
|
"type": "option"
|
|
6707
6707
|
},
|
|
6708
6708
|
"resolve-fields": {
|
|
6709
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6709
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
6710
6710
|
"helpGroup": "GLOBAL",
|
|
6711
6711
|
"name": "resolve-fields",
|
|
6712
6712
|
"allowNo": false,
|
|
@@ -6789,14 +6789,14 @@
|
|
|
6789
6789
|
"update.js"
|
|
6790
6790
|
]
|
|
6791
6791
|
},
|
|
6792
|
-
"
|
|
6792
|
+
"org:create": {
|
|
6793
6793
|
"aliases": [],
|
|
6794
6794
|
"args": {},
|
|
6795
|
-
"description": "Create
|
|
6795
|
+
"description": "Create an organization",
|
|
6796
6796
|
"examples": [
|
|
6797
|
-
"<%= config.bin %>
|
|
6798
|
-
"<%= config.bin %>
|
|
6799
|
-
"<%= config.bin %>
|
|
6797
|
+
"<%= config.bin %> org create --name \"Acme Corp\"",
|
|
6798
|
+
"<%= config.bin %> org create --name \"Tiered\" --field \"Tier=Gold\"",
|
|
6799
|
+
"<%= config.bin %> org create --name \"Raw\" --body '{\"visible_to\":3}'"
|
|
6800
6800
|
],
|
|
6801
6801
|
"flags": {
|
|
6802
6802
|
"output": {
|
|
@@ -6831,7 +6831,7 @@
|
|
|
6831
6831
|
"type": "option"
|
|
6832
6832
|
},
|
|
6833
6833
|
"resolve-fields": {
|
|
6834
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6834
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
6835
6835
|
"helpGroup": "GLOBAL",
|
|
6836
6836
|
"name": "resolve-fields",
|
|
6837
6837
|
"allowNo": false,
|
|
@@ -6884,37 +6884,16 @@
|
|
|
6884
6884
|
"type": "option"
|
|
6885
6885
|
},
|
|
6886
6886
|
"name": {
|
|
6887
|
-
"description": "
|
|
6887
|
+
"description": "Organization name",
|
|
6888
6888
|
"name": "name",
|
|
6889
6889
|
"required": true,
|
|
6890
6890
|
"hasDynamicHelp": false,
|
|
6891
6891
|
"multiple": false,
|
|
6892
6892
|
"type": "option"
|
|
6893
6893
|
},
|
|
6894
|
-
"
|
|
6895
|
-
"description": "
|
|
6896
|
-
"name": "
|
|
6897
|
-
"hasDynamicHelp": false,
|
|
6898
|
-
"multiple": true,
|
|
6899
|
-
"type": "option"
|
|
6900
|
-
},
|
|
6901
|
-
"phone": {
|
|
6902
|
-
"description": "Phone number (repeatable; first is primary)",
|
|
6903
|
-
"name": "phone",
|
|
6904
|
-
"hasDynamicHelp": false,
|
|
6905
|
-
"multiple": true,
|
|
6906
|
-
"type": "option"
|
|
6907
|
-
},
|
|
6908
|
-
"org": {
|
|
6909
|
-
"description": "Linked organization ID",
|
|
6910
|
-
"name": "org",
|
|
6911
|
-
"hasDynamicHelp": false,
|
|
6912
|
-
"multiple": false,
|
|
6913
|
-
"type": "option"
|
|
6914
|
-
},
|
|
6915
|
-
"owner": {
|
|
6916
|
-
"description": "Owner (user) ID",
|
|
6917
|
-
"name": "owner",
|
|
6894
|
+
"owner": {
|
|
6895
|
+
"description": "Owner (user) ID",
|
|
6896
|
+
"name": "owner",
|
|
6918
6897
|
"hasDynamicHelp": false,
|
|
6919
6898
|
"multiple": false,
|
|
6920
6899
|
"type": "option"
|
|
@@ -6936,7 +6915,7 @@
|
|
|
6936
6915
|
},
|
|
6937
6916
|
"hasDynamicHelp": false,
|
|
6938
6917
|
"hiddenAliases": [],
|
|
6939
|
-
"id": "
|
|
6918
|
+
"id": "org:create",
|
|
6940
6919
|
"pluginAlias": "@wavyx/pdcli",
|
|
6941
6920
|
"pluginName": "@wavyx/pdcli",
|
|
6942
6921
|
"pluginType": "core",
|
|
@@ -6946,23 +6925,23 @@
|
|
|
6946
6925
|
"relativePath": [
|
|
6947
6926
|
"src",
|
|
6948
6927
|
"commands",
|
|
6949
|
-
"
|
|
6928
|
+
"org",
|
|
6950
6929
|
"create.js"
|
|
6951
6930
|
]
|
|
6952
6931
|
},
|
|
6953
|
-
"
|
|
6932
|
+
"org:delete": {
|
|
6954
6933
|
"aliases": [],
|
|
6955
6934
|
"args": {
|
|
6956
6935
|
"id": {
|
|
6957
|
-
"description": "
|
|
6936
|
+
"description": "Organization ID",
|
|
6958
6937
|
"name": "id",
|
|
6959
6938
|
"required": true
|
|
6960
6939
|
}
|
|
6961
6940
|
},
|
|
6962
|
-
"description": "Delete
|
|
6941
|
+
"description": "Delete an organization",
|
|
6963
6942
|
"examples": [
|
|
6964
|
-
"<%= config.bin %>
|
|
6965
|
-
"<%= config.bin %>
|
|
6943
|
+
"<%= config.bin %> org delete 7",
|
|
6944
|
+
"<%= config.bin %> org delete 7 --yes"
|
|
6966
6945
|
],
|
|
6967
6946
|
"flags": {
|
|
6968
6947
|
"output": {
|
|
@@ -6997,7 +6976,7 @@
|
|
|
6997
6976
|
"type": "option"
|
|
6998
6977
|
},
|
|
6999
6978
|
"resolve-fields": {
|
|
7000
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
6979
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7001
6980
|
"helpGroup": "GLOBAL",
|
|
7002
6981
|
"name": "resolve-fields",
|
|
7003
6982
|
"allowNo": false,
|
|
@@ -7059,7 +7038,7 @@
|
|
|
7059
7038
|
},
|
|
7060
7039
|
"hasDynamicHelp": false,
|
|
7061
7040
|
"hiddenAliases": [],
|
|
7062
|
-
"id": "
|
|
7041
|
+
"id": "org:delete",
|
|
7063
7042
|
"pluginAlias": "@wavyx/pdcli",
|
|
7064
7043
|
"pluginName": "@wavyx/pdcli",
|
|
7065
7044
|
"pluginType": "core",
|
|
@@ -7069,23 +7048,23 @@
|
|
|
7069
7048
|
"relativePath": [
|
|
7070
7049
|
"src",
|
|
7071
7050
|
"commands",
|
|
7072
|
-
"
|
|
7051
|
+
"org",
|
|
7073
7052
|
"delete.js"
|
|
7074
7053
|
]
|
|
7075
7054
|
},
|
|
7076
|
-
"
|
|
7055
|
+
"org:get": {
|
|
7077
7056
|
"aliases": [],
|
|
7078
7057
|
"args": {
|
|
7079
7058
|
"id": {
|
|
7080
|
-
"description": "
|
|
7059
|
+
"description": "Organization ID",
|
|
7081
7060
|
"name": "id",
|
|
7082
7061
|
"required": true
|
|
7083
7062
|
}
|
|
7084
7063
|
},
|
|
7085
|
-
"description": "Get
|
|
7064
|
+
"description": "Get an organization by ID",
|
|
7086
7065
|
"examples": [
|
|
7087
|
-
"<%= config.bin %>
|
|
7088
|
-
"<%= config.bin %>
|
|
7066
|
+
"<%= config.bin %> org get 7",
|
|
7067
|
+
"<%= config.bin %> org get 7 --output json"
|
|
7089
7068
|
],
|
|
7090
7069
|
"flags": {
|
|
7091
7070
|
"output": {
|
|
@@ -7120,7 +7099,7 @@
|
|
|
7120
7099
|
"type": "option"
|
|
7121
7100
|
},
|
|
7122
7101
|
"resolve-fields": {
|
|
7123
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7102
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7124
7103
|
"helpGroup": "GLOBAL",
|
|
7125
7104
|
"name": "resolve-fields",
|
|
7126
7105
|
"allowNo": false,
|
|
@@ -7175,7 +7154,7 @@
|
|
|
7175
7154
|
},
|
|
7176
7155
|
"hasDynamicHelp": false,
|
|
7177
7156
|
"hiddenAliases": [],
|
|
7178
|
-
"id": "
|
|
7157
|
+
"id": "org:get",
|
|
7179
7158
|
"pluginAlias": "@wavyx/pdcli",
|
|
7180
7159
|
"pluginName": "@wavyx/pdcli",
|
|
7181
7160
|
"pluginType": "core",
|
|
@@ -7185,11 +7164,11 @@
|
|
|
7185
7164
|
"relativePath": [
|
|
7186
7165
|
"src",
|
|
7187
7166
|
"commands",
|
|
7188
|
-
"
|
|
7167
|
+
"org",
|
|
7189
7168
|
"get.js"
|
|
7190
7169
|
]
|
|
7191
7170
|
},
|
|
7192
|
-
"
|
|
7171
|
+
"org:import": {
|
|
7193
7172
|
"aliases": [],
|
|
7194
7173
|
"args": {
|
|
7195
7174
|
"file": {
|
|
@@ -7198,10 +7177,10 @@
|
|
|
7198
7177
|
"required": true
|
|
7199
7178
|
}
|
|
7200
7179
|
},
|
|
7201
|
-
"description": "Bulk-create
|
|
7180
|
+
"description": "Bulk-create organizations from a CSV (headers map to fields, custom fields by name)",
|
|
7202
7181
|
"examples": [
|
|
7203
|
-
"<%= config.bin %>
|
|
7204
|
-
"<%= config.bin %>
|
|
7182
|
+
"<%= config.bin %> org import orgs.csv",
|
|
7183
|
+
"<%= config.bin %> org import orgs.csv --dry-run"
|
|
7205
7184
|
],
|
|
7206
7185
|
"flags": {
|
|
7207
7186
|
"output": {
|
|
@@ -7236,7 +7215,7 @@
|
|
|
7236
7215
|
"type": "option"
|
|
7237
7216
|
},
|
|
7238
7217
|
"resolve-fields": {
|
|
7239
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7218
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7240
7219
|
"helpGroup": "GLOBAL",
|
|
7241
7220
|
"name": "resolve-fields",
|
|
7242
7221
|
"allowNo": false,
|
|
@@ -7304,7 +7283,7 @@
|
|
|
7304
7283
|
},
|
|
7305
7284
|
"hasDynamicHelp": false,
|
|
7306
7285
|
"hiddenAliases": [],
|
|
7307
|
-
"id": "
|
|
7286
|
+
"id": "org:import",
|
|
7308
7287
|
"pluginAlias": "@wavyx/pdcli",
|
|
7309
7288
|
"pluginName": "@wavyx/pdcli",
|
|
7310
7289
|
"pluginType": "core",
|
|
@@ -7314,17 +7293,17 @@
|
|
|
7314
7293
|
"relativePath": [
|
|
7315
7294
|
"src",
|
|
7316
7295
|
"commands",
|
|
7317
|
-
"
|
|
7296
|
+
"org",
|
|
7318
7297
|
"import.js"
|
|
7319
7298
|
]
|
|
7320
7299
|
},
|
|
7321
|
-
"
|
|
7300
|
+
"org:list": {
|
|
7322
7301
|
"aliases": [],
|
|
7323
7302
|
"args": {},
|
|
7324
|
-
"description": "List
|
|
7303
|
+
"description": "List organizations",
|
|
7325
7304
|
"examples": [
|
|
7326
|
-
"<%= config.bin %>
|
|
7327
|
-
"<%= config.bin %>
|
|
7305
|
+
"<%= config.bin %> org list",
|
|
7306
|
+
"<%= config.bin %> org list --owner 3 --output json"
|
|
7328
7307
|
],
|
|
7329
7308
|
"flags": {
|
|
7330
7309
|
"output": {
|
|
@@ -7359,7 +7338,7 @@
|
|
|
7359
7338
|
"type": "option"
|
|
7360
7339
|
},
|
|
7361
7340
|
"resolve-fields": {
|
|
7362
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7341
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7363
7342
|
"helpGroup": "GLOBAL",
|
|
7364
7343
|
"name": "resolve-fields",
|
|
7365
7344
|
"allowNo": false,
|
|
@@ -7417,18 +7396,11 @@
|
|
|
7417
7396
|
"hasDynamicHelp": false,
|
|
7418
7397
|
"multiple": false,
|
|
7419
7398
|
"type": "option"
|
|
7420
|
-
},
|
|
7421
|
-
"org": {
|
|
7422
|
-
"description": "Filter by organization ID",
|
|
7423
|
-
"name": "org",
|
|
7424
|
-
"hasDynamicHelp": false,
|
|
7425
|
-
"multiple": false,
|
|
7426
|
-
"type": "option"
|
|
7427
7399
|
}
|
|
7428
7400
|
},
|
|
7429
7401
|
"hasDynamicHelp": false,
|
|
7430
7402
|
"hiddenAliases": [],
|
|
7431
|
-
"id": "
|
|
7403
|
+
"id": "org:list",
|
|
7432
7404
|
"pluginAlias": "@wavyx/pdcli",
|
|
7433
7405
|
"pluginName": "@wavyx/pdcli",
|
|
7434
7406
|
"pluginType": "core",
|
|
@@ -7438,23 +7410,23 @@
|
|
|
7438
7410
|
"relativePath": [
|
|
7439
7411
|
"src",
|
|
7440
7412
|
"commands",
|
|
7441
|
-
"
|
|
7413
|
+
"org",
|
|
7442
7414
|
"list.js"
|
|
7443
7415
|
]
|
|
7444
7416
|
},
|
|
7445
|
-
"
|
|
7417
|
+
"org:merge": {
|
|
7446
7418
|
"aliases": [],
|
|
7447
7419
|
"args": {
|
|
7448
7420
|
"id": {
|
|
7449
|
-
"description": "ID of the
|
|
7421
|
+
"description": "ID of the organization to merge and DELETE (the loser)",
|
|
7450
7422
|
"name": "id",
|
|
7451
7423
|
"required": true
|
|
7452
7424
|
}
|
|
7453
7425
|
},
|
|
7454
|
-
"description": "Merge one
|
|
7426
|
+
"description": "Merge one organization into another. WARNING: the positional <id> is the LOSING record — Pipedrive deletes it. --into is the surviving record whose data wins on conflict. All related data (deals, activities, notes, files) is transferred to the survivor.",
|
|
7455
7427
|
"examples": [
|
|
7456
|
-
"<%= config.bin %>
|
|
7457
|
-
"<%= config.bin %>
|
|
7428
|
+
"<%= config.bin %> org merge 123 --into 456",
|
|
7429
|
+
"<%= config.bin %> org merge 123 --into 456 --yes"
|
|
7458
7430
|
],
|
|
7459
7431
|
"flags": {
|
|
7460
7432
|
"output": {
|
|
@@ -7489,7 +7461,7 @@
|
|
|
7489
7461
|
"type": "option"
|
|
7490
7462
|
},
|
|
7491
7463
|
"resolve-fields": {
|
|
7492
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7464
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7493
7465
|
"helpGroup": "GLOBAL",
|
|
7494
7466
|
"name": "resolve-fields",
|
|
7495
7467
|
"allowNo": false,
|
|
@@ -7542,7 +7514,7 @@
|
|
|
7542
7514
|
"type": "option"
|
|
7543
7515
|
},
|
|
7544
7516
|
"into": {
|
|
7545
|
-
"description": "ID of the surviving
|
|
7517
|
+
"description": "ID of the surviving organization to keep (the winner)",
|
|
7546
7518
|
"name": "into",
|
|
7547
7519
|
"required": true,
|
|
7548
7520
|
"hasDynamicHelp": false,
|
|
@@ -7559,7 +7531,7 @@
|
|
|
7559
7531
|
},
|
|
7560
7532
|
"hasDynamicHelp": false,
|
|
7561
7533
|
"hiddenAliases": [],
|
|
7562
|
-
"id": "
|
|
7534
|
+
"id": "org:merge",
|
|
7563
7535
|
"pluginAlias": "@wavyx/pdcli",
|
|
7564
7536
|
"pluginName": "@wavyx/pdcli",
|
|
7565
7537
|
"pluginType": "core",
|
|
@@ -7569,24 +7541,24 @@
|
|
|
7569
7541
|
"relativePath": [
|
|
7570
7542
|
"src",
|
|
7571
7543
|
"commands",
|
|
7572
|
-
"
|
|
7544
|
+
"org",
|
|
7573
7545
|
"merge.js"
|
|
7574
7546
|
]
|
|
7575
7547
|
},
|
|
7576
|
-
"
|
|
7548
|
+
"org:update": {
|
|
7577
7549
|
"aliases": [],
|
|
7578
7550
|
"args": {
|
|
7579
7551
|
"id": {
|
|
7580
|
-
"description": "
|
|
7552
|
+
"description": "Organization ID",
|
|
7581
7553
|
"name": "id",
|
|
7582
7554
|
"required": true
|
|
7583
7555
|
}
|
|
7584
7556
|
},
|
|
7585
|
-
"description": "Update
|
|
7557
|
+
"description": "Update an organization (v2 PATCH — only provided fields change)",
|
|
7586
7558
|
"examples": [
|
|
7587
|
-
"<%= config.bin %>
|
|
7588
|
-
"<%= config.bin %>
|
|
7589
|
-
"<%= config.bin %>
|
|
7559
|
+
"<%= config.bin %> org update 7 --name \"Acme Inc\"",
|
|
7560
|
+
"<%= config.bin %> org update 7 --owner 9",
|
|
7561
|
+
"<%= config.bin %> org update 7 --field \"Tier=Gold\""
|
|
7590
7562
|
],
|
|
7591
7563
|
"flags": {
|
|
7592
7564
|
"output": {
|
|
@@ -7621,7 +7593,7 @@
|
|
|
7621
7593
|
"type": "option"
|
|
7622
7594
|
},
|
|
7623
7595
|
"resolve-fields": {
|
|
7624
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7596
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7625
7597
|
"helpGroup": "GLOBAL",
|
|
7626
7598
|
"name": "resolve-fields",
|
|
7627
7599
|
"allowNo": false,
|
|
@@ -7674,33 +7646,12 @@
|
|
|
7674
7646
|
"type": "option"
|
|
7675
7647
|
},
|
|
7676
7648
|
"name": {
|
|
7677
|
-
"description": "
|
|
7649
|
+
"description": "Organization name",
|
|
7678
7650
|
"name": "name",
|
|
7679
7651
|
"hasDynamicHelp": false,
|
|
7680
7652
|
"multiple": false,
|
|
7681
7653
|
"type": "option"
|
|
7682
7654
|
},
|
|
7683
|
-
"email": {
|
|
7684
|
-
"description": "Email address (repeatable; first is primary)",
|
|
7685
|
-
"name": "email",
|
|
7686
|
-
"hasDynamicHelp": false,
|
|
7687
|
-
"multiple": true,
|
|
7688
|
-
"type": "option"
|
|
7689
|
-
},
|
|
7690
|
-
"phone": {
|
|
7691
|
-
"description": "Phone number (repeatable; first is primary)",
|
|
7692
|
-
"name": "phone",
|
|
7693
|
-
"hasDynamicHelp": false,
|
|
7694
|
-
"multiple": true,
|
|
7695
|
-
"type": "option"
|
|
7696
|
-
},
|
|
7697
|
-
"org": {
|
|
7698
|
-
"description": "Linked organization ID",
|
|
7699
|
-
"name": "org",
|
|
7700
|
-
"hasDynamicHelp": false,
|
|
7701
|
-
"multiple": false,
|
|
7702
|
-
"type": "option"
|
|
7703
|
-
},
|
|
7704
7655
|
"owner": {
|
|
7705
7656
|
"description": "Owner (user) ID",
|
|
7706
7657
|
"name": "owner",
|
|
@@ -7725,7 +7676,7 @@
|
|
|
7725
7676
|
},
|
|
7726
7677
|
"hasDynamicHelp": false,
|
|
7727
7678
|
"hiddenAliases": [],
|
|
7728
|
-
"id": "
|
|
7679
|
+
"id": "org:update",
|
|
7729
7680
|
"pluginAlias": "@wavyx/pdcli",
|
|
7730
7681
|
"pluginName": "@wavyx/pdcli",
|
|
7731
7682
|
"pluginType": "core",
|
|
@@ -7735,18 +7686,23 @@
|
|
|
7735
7686
|
"relativePath": [
|
|
7736
7687
|
"src",
|
|
7737
7688
|
"commands",
|
|
7738
|
-
"
|
|
7689
|
+
"org",
|
|
7739
7690
|
"update.js"
|
|
7740
7691
|
]
|
|
7741
7692
|
},
|
|
7742
|
-
"
|
|
7693
|
+
"pipeline:get": {
|
|
7743
7694
|
"aliases": [],
|
|
7744
|
-
"args": {
|
|
7745
|
-
|
|
7695
|
+
"args": {
|
|
7696
|
+
"id": {
|
|
7697
|
+
"description": "Pipeline ID",
|
|
7698
|
+
"name": "id",
|
|
7699
|
+
"required": true
|
|
7700
|
+
}
|
|
7701
|
+
},
|
|
7702
|
+
"description": "Get a pipeline by ID",
|
|
7746
7703
|
"examples": [
|
|
7747
|
-
"<%= config.bin %>
|
|
7748
|
-
"<%= config.bin %>
|
|
7749
|
-
"<%= config.bin %> org create --name \"Raw\" --body '{\"visible_to\":3}'"
|
|
7704
|
+
"<%= config.bin %> pipeline get 1",
|
|
7705
|
+
"<%= config.bin %> pipeline get 1 --output json"
|
|
7750
7706
|
],
|
|
7751
7707
|
"flags": {
|
|
7752
7708
|
"output": {
|
|
@@ -7781,7 +7737,7 @@
|
|
|
7781
7737
|
"type": "option"
|
|
7782
7738
|
},
|
|
7783
7739
|
"resolve-fields": {
|
|
7784
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7740
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7785
7741
|
"helpGroup": "GLOBAL",
|
|
7786
7742
|
"name": "resolve-fields",
|
|
7787
7743
|
"allowNo": false,
|
|
@@ -7832,40 +7788,11 @@
|
|
|
7832
7788
|
"hasDynamicHelp": false,
|
|
7833
7789
|
"multiple": false,
|
|
7834
7790
|
"type": "option"
|
|
7835
|
-
},
|
|
7836
|
-
"name": {
|
|
7837
|
-
"description": "Organization name",
|
|
7838
|
-
"name": "name",
|
|
7839
|
-
"required": true,
|
|
7840
|
-
"hasDynamicHelp": false,
|
|
7841
|
-
"multiple": false,
|
|
7842
|
-
"type": "option"
|
|
7843
|
-
},
|
|
7844
|
-
"owner": {
|
|
7845
|
-
"description": "Owner (user) ID",
|
|
7846
|
-
"name": "owner",
|
|
7847
|
-
"hasDynamicHelp": false,
|
|
7848
|
-
"multiple": false,
|
|
7849
|
-
"type": "option"
|
|
7850
|
-
},
|
|
7851
|
-
"field": {
|
|
7852
|
-
"description": "Custom/standard field as \"Name=Value\" (repeatable)",
|
|
7853
|
-
"name": "field",
|
|
7854
|
-
"hasDynamicHelp": false,
|
|
7855
|
-
"multiple": true,
|
|
7856
|
-
"type": "option"
|
|
7857
|
-
},
|
|
7858
|
-
"body": {
|
|
7859
|
-
"description": "Raw JSON body to merge (flags win)",
|
|
7860
|
-
"name": "body",
|
|
7861
|
-
"hasDynamicHelp": false,
|
|
7862
|
-
"multiple": false,
|
|
7863
|
-
"type": "option"
|
|
7864
7791
|
}
|
|
7865
7792
|
},
|
|
7866
7793
|
"hasDynamicHelp": false,
|
|
7867
7794
|
"hiddenAliases": [],
|
|
7868
|
-
"id": "
|
|
7795
|
+
"id": "pipeline:get",
|
|
7869
7796
|
"pluginAlias": "@wavyx/pdcli",
|
|
7870
7797
|
"pluginName": "@wavyx/pdcli",
|
|
7871
7798
|
"pluginType": "core",
|
|
@@ -7875,23 +7802,17 @@
|
|
|
7875
7802
|
"relativePath": [
|
|
7876
7803
|
"src",
|
|
7877
7804
|
"commands",
|
|
7878
|
-
"
|
|
7879
|
-
"
|
|
7805
|
+
"pipeline",
|
|
7806
|
+
"get.js"
|
|
7880
7807
|
]
|
|
7881
7808
|
},
|
|
7882
|
-
"
|
|
7809
|
+
"pipeline:health": {
|
|
7883
7810
|
"aliases": [],
|
|
7884
|
-
"args": {
|
|
7885
|
-
|
|
7886
|
-
"description": "Organization ID",
|
|
7887
|
-
"name": "id",
|
|
7888
|
-
"required": true
|
|
7889
|
-
}
|
|
7890
|
-
},
|
|
7891
|
-
"description": "Delete an organization",
|
|
7811
|
+
"args": {},
|
|
7812
|
+
"description": "Per-stage pipeline health: value, weighted value, stale deals, missing next steps",
|
|
7892
7813
|
"examples": [
|
|
7893
|
-
"<%= config.bin %>
|
|
7894
|
-
"<%= config.bin %>
|
|
7814
|
+
"<%= config.bin %> pipeline health",
|
|
7815
|
+
"<%= config.bin %> pipeline health --pipeline 1"
|
|
7895
7816
|
],
|
|
7896
7817
|
"flags": {
|
|
7897
7818
|
"output": {
|
|
@@ -7926,7 +7847,7 @@
|
|
|
7926
7847
|
"type": "option"
|
|
7927
7848
|
},
|
|
7928
7849
|
"resolve-fields": {
|
|
7929
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7850
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
7930
7851
|
"helpGroup": "GLOBAL",
|
|
7931
7852
|
"name": "resolve-fields",
|
|
7932
7853
|
"allowNo": false,
|
|
@@ -7978,17 +7899,17 @@
|
|
|
7978
7899
|
"multiple": false,
|
|
7979
7900
|
"type": "option"
|
|
7980
7901
|
},
|
|
7981
|
-
"
|
|
7982
|
-
"
|
|
7983
|
-
"
|
|
7984
|
-
"
|
|
7985
|
-
"
|
|
7986
|
-
"type": "
|
|
7902
|
+
"pipeline": {
|
|
7903
|
+
"description": "Pipeline ID (required when the account has several)",
|
|
7904
|
+
"name": "pipeline",
|
|
7905
|
+
"hasDynamicHelp": false,
|
|
7906
|
+
"multiple": false,
|
|
7907
|
+
"type": "option"
|
|
7987
7908
|
}
|
|
7988
7909
|
},
|
|
7989
7910
|
"hasDynamicHelp": false,
|
|
7990
7911
|
"hiddenAliases": [],
|
|
7991
|
-
"id": "
|
|
7912
|
+
"id": "pipeline:health",
|
|
7992
7913
|
"pluginAlias": "@wavyx/pdcli",
|
|
7993
7914
|
"pluginName": "@wavyx/pdcli",
|
|
7994
7915
|
"pluginType": "core",
|
|
@@ -7998,23 +7919,17 @@
|
|
|
7998
7919
|
"relativePath": [
|
|
7999
7920
|
"src",
|
|
8000
7921
|
"commands",
|
|
8001
|
-
"
|
|
8002
|
-
"
|
|
7922
|
+
"pipeline",
|
|
7923
|
+
"health.js"
|
|
8003
7924
|
]
|
|
8004
7925
|
},
|
|
8005
|
-
"
|
|
7926
|
+
"pipeline:list": {
|
|
8006
7927
|
"aliases": [],
|
|
8007
|
-
"args": {
|
|
8008
|
-
|
|
8009
|
-
"description": "Organization ID",
|
|
8010
|
-
"name": "id",
|
|
8011
|
-
"required": true
|
|
8012
|
-
}
|
|
8013
|
-
},
|
|
8014
|
-
"description": "Get an organization by ID",
|
|
7928
|
+
"args": {},
|
|
7929
|
+
"description": "List pipelines",
|
|
8015
7930
|
"examples": [
|
|
8016
|
-
"<%= config.bin %>
|
|
8017
|
-
"<%= config.bin %>
|
|
7931
|
+
"<%= config.bin %> pipeline list",
|
|
7932
|
+
"<%= config.bin %> pipeline list --output json"
|
|
8018
7933
|
],
|
|
8019
7934
|
"flags": {
|
|
8020
7935
|
"output": {
|
|
@@ -8049,7 +7964,7 @@
|
|
|
8049
7964
|
"type": "option"
|
|
8050
7965
|
},
|
|
8051
7966
|
"resolve-fields": {
|
|
8052
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
7967
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8053
7968
|
"helpGroup": "GLOBAL",
|
|
8054
7969
|
"name": "resolve-fields",
|
|
8055
7970
|
"allowNo": false,
|
|
@@ -8104,7 +8019,7 @@
|
|
|
8104
8019
|
},
|
|
8105
8020
|
"hasDynamicHelp": false,
|
|
8106
8021
|
"hiddenAliases": [],
|
|
8107
|
-
"id": "
|
|
8022
|
+
"id": "pipeline:list",
|
|
8108
8023
|
"pluginAlias": "@wavyx/pdcli",
|
|
8109
8024
|
"pluginName": "@wavyx/pdcli",
|
|
8110
8025
|
"pluginType": "core",
|
|
@@ -8114,23 +8029,18 @@
|
|
|
8114
8029
|
"relativePath": [
|
|
8115
8030
|
"src",
|
|
8116
8031
|
"commands",
|
|
8117
|
-
"
|
|
8118
|
-
"
|
|
8032
|
+
"pipeline",
|
|
8033
|
+
"list.js"
|
|
8119
8034
|
]
|
|
8120
8035
|
},
|
|
8121
|
-
"
|
|
8036
|
+
"person:create": {
|
|
8122
8037
|
"aliases": [],
|
|
8123
|
-
"args": {
|
|
8124
|
-
|
|
8125
|
-
"description": "CSV file path",
|
|
8126
|
-
"name": "file",
|
|
8127
|
-
"required": true
|
|
8128
|
-
}
|
|
8129
|
-
},
|
|
8130
|
-
"description": "Bulk-create organizations from a CSV (headers map to fields, custom fields by name)",
|
|
8038
|
+
"args": {},
|
|
8039
|
+
"description": "Create a person",
|
|
8131
8040
|
"examples": [
|
|
8132
|
-
"<%= config.bin %>
|
|
8133
|
-
"<%= config.bin %>
|
|
8041
|
+
"<%= config.bin %> person create --name \"Jane Doe\" --email jane@acme.com",
|
|
8042
|
+
"<%= config.bin %> person create --name \"Jane\" --field \"Segment=Enterprise\"",
|
|
8043
|
+
"<%= config.bin %> person create --name \"Raw\" --body '{\"visible_to\":\"3\"}'"
|
|
8134
8044
|
],
|
|
8135
8045
|
"flags": {
|
|
8136
8046
|
"output": {
|
|
@@ -8165,7 +8075,7 @@
|
|
|
8165
8075
|
"type": "option"
|
|
8166
8076
|
},
|
|
8167
8077
|
"resolve-fields": {
|
|
8168
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
8078
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8169
8079
|
"helpGroup": "GLOBAL",
|
|
8170
8080
|
"name": "resolve-fields",
|
|
8171
8081
|
"allowNo": false,
|
|
@@ -8217,23 +8127,60 @@
|
|
|
8217
8127
|
"multiple": false,
|
|
8218
8128
|
"type": "option"
|
|
8219
8129
|
},
|
|
8220
|
-
"
|
|
8221
|
-
"description": "
|
|
8222
|
-
"name": "
|
|
8223
|
-
"
|
|
8224
|
-
"
|
|
8130
|
+
"name": {
|
|
8131
|
+
"description": "Person name",
|
|
8132
|
+
"name": "name",
|
|
8133
|
+
"required": true,
|
|
8134
|
+
"hasDynamicHelp": false,
|
|
8135
|
+
"multiple": false,
|
|
8136
|
+
"type": "option"
|
|
8225
8137
|
},
|
|
8226
|
-
"
|
|
8227
|
-
"
|
|
8228
|
-
"
|
|
8229
|
-
"
|
|
8230
|
-
"
|
|
8231
|
-
"type": "
|
|
8138
|
+
"email": {
|
|
8139
|
+
"description": "Email address (repeatable; first is primary)",
|
|
8140
|
+
"name": "email",
|
|
8141
|
+
"hasDynamicHelp": false,
|
|
8142
|
+
"multiple": true,
|
|
8143
|
+
"type": "option"
|
|
8144
|
+
},
|
|
8145
|
+
"phone": {
|
|
8146
|
+
"description": "Phone number (repeatable; first is primary)",
|
|
8147
|
+
"name": "phone",
|
|
8148
|
+
"hasDynamicHelp": false,
|
|
8149
|
+
"multiple": true,
|
|
8150
|
+
"type": "option"
|
|
8151
|
+
},
|
|
8152
|
+
"org": {
|
|
8153
|
+
"description": "Linked organization ID",
|
|
8154
|
+
"name": "org",
|
|
8155
|
+
"hasDynamicHelp": false,
|
|
8156
|
+
"multiple": false,
|
|
8157
|
+
"type": "option"
|
|
8158
|
+
},
|
|
8159
|
+
"owner": {
|
|
8160
|
+
"description": "Owner (user) ID",
|
|
8161
|
+
"name": "owner",
|
|
8162
|
+
"hasDynamicHelp": false,
|
|
8163
|
+
"multiple": false,
|
|
8164
|
+
"type": "option"
|
|
8165
|
+
},
|
|
8166
|
+
"field": {
|
|
8167
|
+
"description": "Custom/standard field as \"Name=Value\" (repeatable)",
|
|
8168
|
+
"name": "field",
|
|
8169
|
+
"hasDynamicHelp": false,
|
|
8170
|
+
"multiple": true,
|
|
8171
|
+
"type": "option"
|
|
8172
|
+
},
|
|
8173
|
+
"body": {
|
|
8174
|
+
"description": "Raw JSON body to merge (flags win)",
|
|
8175
|
+
"name": "body",
|
|
8176
|
+
"hasDynamicHelp": false,
|
|
8177
|
+
"multiple": false,
|
|
8178
|
+
"type": "option"
|
|
8232
8179
|
}
|
|
8233
8180
|
},
|
|
8234
8181
|
"hasDynamicHelp": false,
|
|
8235
8182
|
"hiddenAliases": [],
|
|
8236
|
-
"id": "
|
|
8183
|
+
"id": "person:create",
|
|
8237
8184
|
"pluginAlias": "@wavyx/pdcli",
|
|
8238
8185
|
"pluginName": "@wavyx/pdcli",
|
|
8239
8186
|
"pluginType": "core",
|
|
@@ -8243,17 +8190,23 @@
|
|
|
8243
8190
|
"relativePath": [
|
|
8244
8191
|
"src",
|
|
8245
8192
|
"commands",
|
|
8246
|
-
"
|
|
8247
|
-
"
|
|
8193
|
+
"person",
|
|
8194
|
+
"create.js"
|
|
8248
8195
|
]
|
|
8249
8196
|
},
|
|
8250
|
-
"
|
|
8197
|
+
"person:delete": {
|
|
8251
8198
|
"aliases": [],
|
|
8252
|
-
"args": {
|
|
8253
|
-
|
|
8199
|
+
"args": {
|
|
8200
|
+
"id": {
|
|
8201
|
+
"description": "Person ID",
|
|
8202
|
+
"name": "id",
|
|
8203
|
+
"required": true
|
|
8204
|
+
}
|
|
8205
|
+
},
|
|
8206
|
+
"description": "Delete a person",
|
|
8254
8207
|
"examples": [
|
|
8255
|
-
"<%= config.bin %>
|
|
8256
|
-
"<%= config.bin %>
|
|
8208
|
+
"<%= config.bin %> person delete 42",
|
|
8209
|
+
"<%= config.bin %> person delete 42 --yes"
|
|
8257
8210
|
],
|
|
8258
8211
|
"flags": {
|
|
8259
8212
|
"output": {
|
|
@@ -8288,7 +8241,7 @@
|
|
|
8288
8241
|
"type": "option"
|
|
8289
8242
|
},
|
|
8290
8243
|
"resolve-fields": {
|
|
8291
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
8244
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8292
8245
|
"helpGroup": "GLOBAL",
|
|
8293
8246
|
"name": "resolve-fields",
|
|
8294
8247
|
"allowNo": false,
|
|
@@ -8340,17 +8293,17 @@
|
|
|
8340
8293
|
"multiple": false,
|
|
8341
8294
|
"type": "option"
|
|
8342
8295
|
},
|
|
8343
|
-
"
|
|
8344
|
-
"
|
|
8345
|
-
"
|
|
8346
|
-
"
|
|
8347
|
-
"
|
|
8348
|
-
"type": "
|
|
8296
|
+
"yes": {
|
|
8297
|
+
"char": "y",
|
|
8298
|
+
"description": "Skip the confirmation prompt",
|
|
8299
|
+
"name": "yes",
|
|
8300
|
+
"allowNo": false,
|
|
8301
|
+
"type": "boolean"
|
|
8349
8302
|
}
|
|
8350
8303
|
},
|
|
8351
8304
|
"hasDynamicHelp": false,
|
|
8352
8305
|
"hiddenAliases": [],
|
|
8353
|
-
"id": "
|
|
8306
|
+
"id": "person:delete",
|
|
8354
8307
|
"pluginAlias": "@wavyx/pdcli",
|
|
8355
8308
|
"pluginName": "@wavyx/pdcli",
|
|
8356
8309
|
"pluginType": "core",
|
|
@@ -8360,23 +8313,23 @@
|
|
|
8360
8313
|
"relativePath": [
|
|
8361
8314
|
"src",
|
|
8362
8315
|
"commands",
|
|
8363
|
-
"
|
|
8364
|
-
"
|
|
8316
|
+
"person",
|
|
8317
|
+
"delete.js"
|
|
8365
8318
|
]
|
|
8366
8319
|
},
|
|
8367
|
-
"
|
|
8320
|
+
"person:get": {
|
|
8368
8321
|
"aliases": [],
|
|
8369
8322
|
"args": {
|
|
8370
8323
|
"id": {
|
|
8371
|
-
"description": "ID
|
|
8324
|
+
"description": "Person ID",
|
|
8372
8325
|
"name": "id",
|
|
8373
8326
|
"required": true
|
|
8374
8327
|
}
|
|
8375
8328
|
},
|
|
8376
|
-
"description": "
|
|
8329
|
+
"description": "Get a person by ID",
|
|
8377
8330
|
"examples": [
|
|
8378
|
-
"<%= config.bin %>
|
|
8379
|
-
"<%= config.bin %>
|
|
8331
|
+
"<%= config.bin %> person get 5",
|
|
8332
|
+
"<%= config.bin %> person get 5 --output json"
|
|
8380
8333
|
],
|
|
8381
8334
|
"flags": {
|
|
8382
8335
|
"output": {
|
|
@@ -8411,7 +8364,7 @@
|
|
|
8411
8364
|
"type": "option"
|
|
8412
8365
|
},
|
|
8413
8366
|
"resolve-fields": {
|
|
8414
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
8367
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8415
8368
|
"helpGroup": "GLOBAL",
|
|
8416
8369
|
"name": "resolve-fields",
|
|
8417
8370
|
"allowNo": false,
|
|
@@ -8462,26 +8415,11 @@
|
|
|
8462
8415
|
"hasDynamicHelp": false,
|
|
8463
8416
|
"multiple": false,
|
|
8464
8417
|
"type": "option"
|
|
8465
|
-
},
|
|
8466
|
-
"into": {
|
|
8467
|
-
"description": "ID of the surviving organization to keep (the winner)",
|
|
8468
|
-
"name": "into",
|
|
8469
|
-
"required": true,
|
|
8470
|
-
"hasDynamicHelp": false,
|
|
8471
|
-
"multiple": false,
|
|
8472
|
-
"type": "option"
|
|
8473
|
-
},
|
|
8474
|
-
"yes": {
|
|
8475
|
-
"char": "y",
|
|
8476
|
-
"description": "Skip the confirmation prompt",
|
|
8477
|
-
"name": "yes",
|
|
8478
|
-
"allowNo": false,
|
|
8479
|
-
"type": "boolean"
|
|
8480
8418
|
}
|
|
8481
8419
|
},
|
|
8482
8420
|
"hasDynamicHelp": false,
|
|
8483
8421
|
"hiddenAliases": [],
|
|
8484
|
-
"id": "
|
|
8422
|
+
"id": "person:get",
|
|
8485
8423
|
"pluginAlias": "@wavyx/pdcli",
|
|
8486
8424
|
"pluginName": "@wavyx/pdcli",
|
|
8487
8425
|
"pluginType": "core",
|
|
@@ -8491,24 +8429,23 @@
|
|
|
8491
8429
|
"relativePath": [
|
|
8492
8430
|
"src",
|
|
8493
8431
|
"commands",
|
|
8494
|
-
"
|
|
8495
|
-
"
|
|
8432
|
+
"person",
|
|
8433
|
+
"get.js"
|
|
8496
8434
|
]
|
|
8497
8435
|
},
|
|
8498
|
-
"
|
|
8436
|
+
"person:import": {
|
|
8499
8437
|
"aliases": [],
|
|
8500
8438
|
"args": {
|
|
8501
|
-
"
|
|
8502
|
-
"description": "
|
|
8503
|
-
"name": "
|
|
8439
|
+
"file": {
|
|
8440
|
+
"description": "CSV file path",
|
|
8441
|
+
"name": "file",
|
|
8504
8442
|
"required": true
|
|
8505
8443
|
}
|
|
8506
8444
|
},
|
|
8507
|
-
"description": "
|
|
8445
|
+
"description": "Bulk-create persons from a CSV (headers map to fields, custom fields by name)",
|
|
8508
8446
|
"examples": [
|
|
8509
|
-
"<%= config.bin %>
|
|
8510
|
-
"<%= config.bin %>
|
|
8511
|
-
"<%= config.bin %> org update 7 --field \"Tier=Gold\""
|
|
8447
|
+
"<%= config.bin %> person import people.csv",
|
|
8448
|
+
"<%= config.bin %> person import people.csv --dry-run"
|
|
8512
8449
|
],
|
|
8513
8450
|
"flags": {
|
|
8514
8451
|
"output": {
|
|
@@ -8543,7 +8480,7 @@
|
|
|
8543
8480
|
"type": "option"
|
|
8544
8481
|
},
|
|
8545
8482
|
"resolve-fields": {
|
|
8546
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
8483
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8547
8484
|
"helpGroup": "GLOBAL",
|
|
8548
8485
|
"name": "resolve-fields",
|
|
8549
8486
|
"allowNo": false,
|
|
@@ -8595,38 +8532,23 @@
|
|
|
8595
8532
|
"multiple": false,
|
|
8596
8533
|
"type": "option"
|
|
8597
8534
|
},
|
|
8598
|
-
"
|
|
8599
|
-
"description": "
|
|
8600
|
-
"name": "
|
|
8601
|
-
"
|
|
8602
|
-
"
|
|
8603
|
-
"type": "option"
|
|
8604
|
-
},
|
|
8605
|
-
"owner": {
|
|
8606
|
-
"description": "Owner (user) ID",
|
|
8607
|
-
"name": "owner",
|
|
8608
|
-
"hasDynamicHelp": false,
|
|
8609
|
-
"multiple": false,
|
|
8610
|
-
"type": "option"
|
|
8611
|
-
},
|
|
8612
|
-
"field": {
|
|
8613
|
-
"description": "Custom/standard field as \"Name=Value\" (repeatable)",
|
|
8614
|
-
"name": "field",
|
|
8615
|
-
"hasDynamicHelp": false,
|
|
8616
|
-
"multiple": true,
|
|
8617
|
-
"type": "option"
|
|
8535
|
+
"dry-run": {
|
|
8536
|
+
"description": "Validate every row without creating anything",
|
|
8537
|
+
"name": "dry-run",
|
|
8538
|
+
"allowNo": false,
|
|
8539
|
+
"type": "boolean"
|
|
8618
8540
|
},
|
|
8619
|
-
"
|
|
8620
|
-
"
|
|
8621
|
-
"
|
|
8622
|
-
"
|
|
8623
|
-
"
|
|
8624
|
-
"type": "
|
|
8541
|
+
"yes": {
|
|
8542
|
+
"char": "y",
|
|
8543
|
+
"description": "Skip the confirmation prompt",
|
|
8544
|
+
"name": "yes",
|
|
8545
|
+
"allowNo": false,
|
|
8546
|
+
"type": "boolean"
|
|
8625
8547
|
}
|
|
8626
8548
|
},
|
|
8627
8549
|
"hasDynamicHelp": false,
|
|
8628
8550
|
"hiddenAliases": [],
|
|
8629
|
-
"id": "
|
|
8551
|
+
"id": "person:import",
|
|
8630
8552
|
"pluginAlias": "@wavyx/pdcli",
|
|
8631
8553
|
"pluginName": "@wavyx/pdcli",
|
|
8632
8554
|
"pluginType": "core",
|
|
@@ -8636,23 +8558,17 @@
|
|
|
8636
8558
|
"relativePath": [
|
|
8637
8559
|
"src",
|
|
8638
8560
|
"commands",
|
|
8639
|
-
"
|
|
8640
|
-
"
|
|
8561
|
+
"person",
|
|
8562
|
+
"import.js"
|
|
8641
8563
|
]
|
|
8642
8564
|
},
|
|
8643
|
-
"
|
|
8565
|
+
"person:list": {
|
|
8644
8566
|
"aliases": [],
|
|
8645
|
-
"args": {
|
|
8646
|
-
|
|
8647
|
-
"description": "Pipeline ID",
|
|
8648
|
-
"name": "id",
|
|
8649
|
-
"required": true
|
|
8650
|
-
}
|
|
8651
|
-
},
|
|
8652
|
-
"description": "Get a pipeline by ID",
|
|
8567
|
+
"args": {},
|
|
8568
|
+
"description": "List persons (contacts)",
|
|
8653
8569
|
"examples": [
|
|
8654
|
-
"<%= config.bin %>
|
|
8655
|
-
"<%= config.bin %>
|
|
8570
|
+
"<%= config.bin %> person list",
|
|
8571
|
+
"<%= config.bin %> person list --org 7 --output json"
|
|
8656
8572
|
],
|
|
8657
8573
|
"flags": {
|
|
8658
8574
|
"output": {
|
|
@@ -8687,7 +8603,7 @@
|
|
|
8687
8603
|
"type": "option"
|
|
8688
8604
|
},
|
|
8689
8605
|
"resolve-fields": {
|
|
8690
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
8606
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8691
8607
|
"helpGroup": "GLOBAL",
|
|
8692
8608
|
"name": "resolve-fields",
|
|
8693
8609
|
"allowNo": false,
|
|
@@ -8738,11 +8654,25 @@
|
|
|
8738
8654
|
"hasDynamicHelp": false,
|
|
8739
8655
|
"multiple": false,
|
|
8740
8656
|
"type": "option"
|
|
8657
|
+
},
|
|
8658
|
+
"owner": {
|
|
8659
|
+
"description": "Filter by owner (user) ID",
|
|
8660
|
+
"name": "owner",
|
|
8661
|
+
"hasDynamicHelp": false,
|
|
8662
|
+
"multiple": false,
|
|
8663
|
+
"type": "option"
|
|
8664
|
+
},
|
|
8665
|
+
"org": {
|
|
8666
|
+
"description": "Filter by organization ID",
|
|
8667
|
+
"name": "org",
|
|
8668
|
+
"hasDynamicHelp": false,
|
|
8669
|
+
"multiple": false,
|
|
8670
|
+
"type": "option"
|
|
8741
8671
|
}
|
|
8742
8672
|
},
|
|
8743
8673
|
"hasDynamicHelp": false,
|
|
8744
8674
|
"hiddenAliases": [],
|
|
8745
|
-
"id": "
|
|
8675
|
+
"id": "person:list",
|
|
8746
8676
|
"pluginAlias": "@wavyx/pdcli",
|
|
8747
8677
|
"pluginName": "@wavyx/pdcli",
|
|
8748
8678
|
"pluginType": "core",
|
|
@@ -8752,17 +8682,23 @@
|
|
|
8752
8682
|
"relativePath": [
|
|
8753
8683
|
"src",
|
|
8754
8684
|
"commands",
|
|
8755
|
-
"
|
|
8756
|
-
"
|
|
8685
|
+
"person",
|
|
8686
|
+
"list.js"
|
|
8757
8687
|
]
|
|
8758
8688
|
},
|
|
8759
|
-
"
|
|
8689
|
+
"person:merge": {
|
|
8760
8690
|
"aliases": [],
|
|
8761
|
-
"args": {
|
|
8762
|
-
|
|
8691
|
+
"args": {
|
|
8692
|
+
"id": {
|
|
8693
|
+
"description": "ID of the person to merge and DELETE (the loser)",
|
|
8694
|
+
"name": "id",
|
|
8695
|
+
"required": true
|
|
8696
|
+
}
|
|
8697
|
+
},
|
|
8698
|
+
"description": "Merge one person into another. WARNING: the positional <id> is the LOSING record — Pipedrive deletes it. --into is the surviving record whose data wins on conflict. All related data (deals, activities, notes, files) is transferred to the survivor.",
|
|
8763
8699
|
"examples": [
|
|
8764
|
-
"<%= config.bin %>
|
|
8765
|
-
"<%= config.bin %>
|
|
8700
|
+
"<%= config.bin %> person merge 123 --into 456",
|
|
8701
|
+
"<%= config.bin %> person merge 123 --into 456 --yes"
|
|
8766
8702
|
],
|
|
8767
8703
|
"flags": {
|
|
8768
8704
|
"output": {
|
|
@@ -8797,7 +8733,7 @@
|
|
|
8797
8733
|
"type": "option"
|
|
8798
8734
|
},
|
|
8799
8735
|
"resolve-fields": {
|
|
8800
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
8736
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8801
8737
|
"helpGroup": "GLOBAL",
|
|
8802
8738
|
"name": "resolve-fields",
|
|
8803
8739
|
"allowNo": false,
|
|
@@ -8849,17 +8785,25 @@
|
|
|
8849
8785
|
"multiple": false,
|
|
8850
8786
|
"type": "option"
|
|
8851
8787
|
},
|
|
8852
|
-
"
|
|
8853
|
-
"description": "
|
|
8854
|
-
"name": "
|
|
8788
|
+
"into": {
|
|
8789
|
+
"description": "ID of the surviving person to keep (the winner)",
|
|
8790
|
+
"name": "into",
|
|
8791
|
+
"required": true,
|
|
8855
8792
|
"hasDynamicHelp": false,
|
|
8856
8793
|
"multiple": false,
|
|
8857
8794
|
"type": "option"
|
|
8858
|
-
}
|
|
8795
|
+
},
|
|
8796
|
+
"yes": {
|
|
8797
|
+
"char": "y",
|
|
8798
|
+
"description": "Skip the confirmation prompt",
|
|
8799
|
+
"name": "yes",
|
|
8800
|
+
"allowNo": false,
|
|
8801
|
+
"type": "boolean"
|
|
8802
|
+
}
|
|
8859
8803
|
},
|
|
8860
8804
|
"hasDynamicHelp": false,
|
|
8861
8805
|
"hiddenAliases": [],
|
|
8862
|
-
"id": "
|
|
8806
|
+
"id": "person:merge",
|
|
8863
8807
|
"pluginAlias": "@wavyx/pdcli",
|
|
8864
8808
|
"pluginName": "@wavyx/pdcli",
|
|
8865
8809
|
"pluginType": "core",
|
|
@@ -8869,17 +8813,24 @@
|
|
|
8869
8813
|
"relativePath": [
|
|
8870
8814
|
"src",
|
|
8871
8815
|
"commands",
|
|
8872
|
-
"
|
|
8873
|
-
"
|
|
8816
|
+
"person",
|
|
8817
|
+
"merge.js"
|
|
8874
8818
|
]
|
|
8875
8819
|
},
|
|
8876
|
-
"
|
|
8820
|
+
"person:update": {
|
|
8877
8821
|
"aliases": [],
|
|
8878
|
-
"args": {
|
|
8879
|
-
|
|
8822
|
+
"args": {
|
|
8823
|
+
"id": {
|
|
8824
|
+
"description": "Person ID",
|
|
8825
|
+
"name": "id",
|
|
8826
|
+
"required": true
|
|
8827
|
+
}
|
|
8828
|
+
},
|
|
8829
|
+
"description": "Update a person (v2 PATCH — only provided fields change)",
|
|
8880
8830
|
"examples": [
|
|
8881
|
-
"<%= config.bin %>
|
|
8882
|
-
"<%= config.bin %>
|
|
8831
|
+
"<%= config.bin %> person update 42 --name \"New name\"",
|
|
8832
|
+
"<%= config.bin %> person update 42 --email new@acme.com",
|
|
8833
|
+
"<%= config.bin %> person update 42 --field \"Segment=Enterprise\""
|
|
8883
8834
|
],
|
|
8884
8835
|
"flags": {
|
|
8885
8836
|
"output": {
|
|
@@ -8914,7 +8865,7 @@
|
|
|
8914
8865
|
"type": "option"
|
|
8915
8866
|
},
|
|
8916
8867
|
"resolve-fields": {
|
|
8917
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
8868
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
8918
8869
|
"helpGroup": "GLOBAL",
|
|
8919
8870
|
"name": "resolve-fields",
|
|
8920
8871
|
"allowNo": false,
|
|
@@ -8965,11 +8916,60 @@
|
|
|
8965
8916
|
"hasDynamicHelp": false,
|
|
8966
8917
|
"multiple": false,
|
|
8967
8918
|
"type": "option"
|
|
8919
|
+
},
|
|
8920
|
+
"name": {
|
|
8921
|
+
"description": "Person name",
|
|
8922
|
+
"name": "name",
|
|
8923
|
+
"hasDynamicHelp": false,
|
|
8924
|
+
"multiple": false,
|
|
8925
|
+
"type": "option"
|
|
8926
|
+
},
|
|
8927
|
+
"email": {
|
|
8928
|
+
"description": "Email address (repeatable; first is primary)",
|
|
8929
|
+
"name": "email",
|
|
8930
|
+
"hasDynamicHelp": false,
|
|
8931
|
+
"multiple": true,
|
|
8932
|
+
"type": "option"
|
|
8933
|
+
},
|
|
8934
|
+
"phone": {
|
|
8935
|
+
"description": "Phone number (repeatable; first is primary)",
|
|
8936
|
+
"name": "phone",
|
|
8937
|
+
"hasDynamicHelp": false,
|
|
8938
|
+
"multiple": true,
|
|
8939
|
+
"type": "option"
|
|
8940
|
+
},
|
|
8941
|
+
"org": {
|
|
8942
|
+
"description": "Linked organization ID",
|
|
8943
|
+
"name": "org",
|
|
8944
|
+
"hasDynamicHelp": false,
|
|
8945
|
+
"multiple": false,
|
|
8946
|
+
"type": "option"
|
|
8947
|
+
},
|
|
8948
|
+
"owner": {
|
|
8949
|
+
"description": "Owner (user) ID",
|
|
8950
|
+
"name": "owner",
|
|
8951
|
+
"hasDynamicHelp": false,
|
|
8952
|
+
"multiple": false,
|
|
8953
|
+
"type": "option"
|
|
8954
|
+
},
|
|
8955
|
+
"field": {
|
|
8956
|
+
"description": "Custom/standard field as \"Name=Value\" (repeatable)",
|
|
8957
|
+
"name": "field",
|
|
8958
|
+
"hasDynamicHelp": false,
|
|
8959
|
+
"multiple": true,
|
|
8960
|
+
"type": "option"
|
|
8961
|
+
},
|
|
8962
|
+
"body": {
|
|
8963
|
+
"description": "Raw JSON body to merge (flags win)",
|
|
8964
|
+
"name": "body",
|
|
8965
|
+
"hasDynamicHelp": false,
|
|
8966
|
+
"multiple": false,
|
|
8967
|
+
"type": "option"
|
|
8968
8968
|
}
|
|
8969
8969
|
},
|
|
8970
8970
|
"hasDynamicHelp": false,
|
|
8971
8971
|
"hiddenAliases": [],
|
|
8972
|
-
"id": "
|
|
8972
|
+
"id": "person:update",
|
|
8973
8973
|
"pluginAlias": "@wavyx/pdcli",
|
|
8974
8974
|
"pluginName": "@wavyx/pdcli",
|
|
8975
8975
|
"pluginType": "core",
|
|
@@ -8979,8 +8979,8 @@
|
|
|
8979
8979
|
"relativePath": [
|
|
8980
8980
|
"src",
|
|
8981
8981
|
"commands",
|
|
8982
|
-
"
|
|
8983
|
-
"
|
|
8982
|
+
"person",
|
|
8983
|
+
"update.js"
|
|
8984
8984
|
]
|
|
8985
8985
|
},
|
|
8986
8986
|
"product:create": {
|
|
@@ -9025,7 +9025,7 @@
|
|
|
9025
9025
|
"type": "option"
|
|
9026
9026
|
},
|
|
9027
9027
|
"resolve-fields": {
|
|
9028
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9028
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9029
9029
|
"helpGroup": "GLOBAL",
|
|
9030
9030
|
"name": "resolve-fields",
|
|
9031
9031
|
"allowNo": false,
|
|
@@ -9211,7 +9211,7 @@
|
|
|
9211
9211
|
"type": "option"
|
|
9212
9212
|
},
|
|
9213
9213
|
"resolve-fields": {
|
|
9214
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9214
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9215
9215
|
"helpGroup": "GLOBAL",
|
|
9216
9216
|
"name": "resolve-fields",
|
|
9217
9217
|
"allowNo": false,
|
|
@@ -9334,7 +9334,7 @@
|
|
|
9334
9334
|
"type": "option"
|
|
9335
9335
|
},
|
|
9336
9336
|
"resolve-fields": {
|
|
9337
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9337
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9338
9338
|
"helpGroup": "GLOBAL",
|
|
9339
9339
|
"name": "resolve-fields",
|
|
9340
9340
|
"allowNo": false,
|
|
@@ -9444,7 +9444,7 @@
|
|
|
9444
9444
|
"type": "option"
|
|
9445
9445
|
},
|
|
9446
9446
|
"resolve-fields": {
|
|
9447
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9447
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9448
9448
|
"helpGroup": "GLOBAL",
|
|
9449
9449
|
"name": "resolve-fields",
|
|
9450
9450
|
"allowNo": false,
|
|
@@ -9568,7 +9568,7 @@
|
|
|
9568
9568
|
"type": "option"
|
|
9569
9569
|
},
|
|
9570
9570
|
"resolve-fields": {
|
|
9571
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9571
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9572
9572
|
"helpGroup": "GLOBAL",
|
|
9573
9573
|
"name": "resolve-fields",
|
|
9574
9574
|
"allowNo": false,
|
|
@@ -9746,7 +9746,7 @@
|
|
|
9746
9746
|
"type": "option"
|
|
9747
9747
|
},
|
|
9748
9748
|
"resolve-fields": {
|
|
9749
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9749
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9750
9750
|
"helpGroup": "GLOBAL",
|
|
9751
9751
|
"name": "resolve-fields",
|
|
9752
9752
|
"allowNo": false,
|
|
@@ -9856,7 +9856,7 @@
|
|
|
9856
9856
|
"type": "option"
|
|
9857
9857
|
},
|
|
9858
9858
|
"resolve-fields": {
|
|
9859
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9859
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9860
9860
|
"helpGroup": "GLOBAL",
|
|
9861
9861
|
"name": "resolve-fields",
|
|
9862
9862
|
"allowNo": false,
|
|
@@ -9972,7 +9972,7 @@
|
|
|
9972
9972
|
"type": "option"
|
|
9973
9973
|
},
|
|
9974
9974
|
"resolve-fields": {
|
|
9975
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
9975
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
9976
9976
|
"helpGroup": "GLOBAL",
|
|
9977
9977
|
"name": "resolve-fields",
|
|
9978
9978
|
"allowNo": false,
|
|
@@ -10042,19 +10042,14 @@
|
|
|
10042
10042
|
"use.js"
|
|
10043
10043
|
]
|
|
10044
10044
|
},
|
|
10045
|
-
"
|
|
10045
|
+
"project:create": {
|
|
10046
10046
|
"aliases": [],
|
|
10047
|
-
"args": {
|
|
10048
|
-
|
|
10049
|
-
"description": "Stage ID",
|
|
10050
|
-
"name": "id",
|
|
10051
|
-
"required": true
|
|
10052
|
-
}
|
|
10053
|
-
},
|
|
10054
|
-
"description": "Get a stage by ID",
|
|
10047
|
+
"args": {},
|
|
10048
|
+
"description": "Create a project",
|
|
10055
10049
|
"examples": [
|
|
10056
|
-
"<%= config.bin %>
|
|
10057
|
-
"<%= config.bin %>
|
|
10050
|
+
"<%= config.bin %> project create --title \"Launch\"",
|
|
10051
|
+
"<%= config.bin %> project create --title \"Launch\" --owner 3 --status open",
|
|
10052
|
+
"<%= config.bin %> project create --title \"Raw\" --body '{\"deal_ids\":[1,2]}'"
|
|
10058
10053
|
],
|
|
10059
10054
|
"flags": {
|
|
10060
10055
|
"output": {
|
|
@@ -10089,7 +10084,7 @@
|
|
|
10089
10084
|
"type": "option"
|
|
10090
10085
|
},
|
|
10091
10086
|
"resolve-fields": {
|
|
10092
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
10087
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10093
10088
|
"helpGroup": "GLOBAL",
|
|
10094
10089
|
"name": "resolve-fields",
|
|
10095
10090
|
"allowNo": false,
|
|
@@ -10140,11 +10135,75 @@
|
|
|
10140
10135
|
"hasDynamicHelp": false,
|
|
10141
10136
|
"multiple": false,
|
|
10142
10137
|
"type": "option"
|
|
10138
|
+
},
|
|
10139
|
+
"title": {
|
|
10140
|
+
"description": "Project title",
|
|
10141
|
+
"name": "title",
|
|
10142
|
+
"required": true,
|
|
10143
|
+
"hasDynamicHelp": false,
|
|
10144
|
+
"multiple": false,
|
|
10145
|
+
"type": "option"
|
|
10146
|
+
},
|
|
10147
|
+
"description": {
|
|
10148
|
+
"description": "Project description",
|
|
10149
|
+
"name": "description",
|
|
10150
|
+
"hasDynamicHelp": false,
|
|
10151
|
+
"multiple": false,
|
|
10152
|
+
"type": "option"
|
|
10153
|
+
},
|
|
10154
|
+
"status": {
|
|
10155
|
+
"description": "Project status",
|
|
10156
|
+
"name": "status",
|
|
10157
|
+
"hasDynamicHelp": false,
|
|
10158
|
+
"multiple": false,
|
|
10159
|
+
"type": "option"
|
|
10160
|
+
},
|
|
10161
|
+
"start-date": {
|
|
10162
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
10163
|
+
"name": "start-date",
|
|
10164
|
+
"hasDynamicHelp": false,
|
|
10165
|
+
"multiple": false,
|
|
10166
|
+
"type": "option"
|
|
10167
|
+
},
|
|
10168
|
+
"end-date": {
|
|
10169
|
+
"description": "End date (YYYY-MM-DD)",
|
|
10170
|
+
"name": "end-date",
|
|
10171
|
+
"hasDynamicHelp": false,
|
|
10172
|
+
"multiple": false,
|
|
10173
|
+
"type": "option"
|
|
10174
|
+
},
|
|
10175
|
+
"owner": {
|
|
10176
|
+
"description": "Owner (user) ID",
|
|
10177
|
+
"name": "owner",
|
|
10178
|
+
"hasDynamicHelp": false,
|
|
10179
|
+
"multiple": false,
|
|
10180
|
+
"type": "option"
|
|
10181
|
+
},
|
|
10182
|
+
"board": {
|
|
10183
|
+
"description": "Board ID",
|
|
10184
|
+
"name": "board",
|
|
10185
|
+
"hasDynamicHelp": false,
|
|
10186
|
+
"multiple": false,
|
|
10187
|
+
"type": "option"
|
|
10188
|
+
},
|
|
10189
|
+
"phase": {
|
|
10190
|
+
"description": "Phase ID",
|
|
10191
|
+
"name": "phase",
|
|
10192
|
+
"hasDynamicHelp": false,
|
|
10193
|
+
"multiple": false,
|
|
10194
|
+
"type": "option"
|
|
10195
|
+
},
|
|
10196
|
+
"body": {
|
|
10197
|
+
"description": "Raw JSON body to merge (flags win)",
|
|
10198
|
+
"name": "body",
|
|
10199
|
+
"hasDynamicHelp": false,
|
|
10200
|
+
"multiple": false,
|
|
10201
|
+
"type": "option"
|
|
10143
10202
|
}
|
|
10144
10203
|
},
|
|
10145
10204
|
"hasDynamicHelp": false,
|
|
10146
10205
|
"hiddenAliases": [],
|
|
10147
|
-
"id": "
|
|
10206
|
+
"id": "project:create",
|
|
10148
10207
|
"pluginAlias": "@wavyx/pdcli",
|
|
10149
10208
|
"pluginName": "@wavyx/pdcli",
|
|
10150
10209
|
"pluginType": "core",
|
|
@@ -10154,17 +10213,23 @@
|
|
|
10154
10213
|
"relativePath": [
|
|
10155
10214
|
"src",
|
|
10156
10215
|
"commands",
|
|
10157
|
-
"
|
|
10158
|
-
"
|
|
10216
|
+
"project",
|
|
10217
|
+
"create.js"
|
|
10159
10218
|
]
|
|
10160
10219
|
},
|
|
10161
|
-
"
|
|
10220
|
+
"project:delete": {
|
|
10162
10221
|
"aliases": [],
|
|
10163
|
-
"args": {
|
|
10164
|
-
|
|
10222
|
+
"args": {
|
|
10223
|
+
"id": {
|
|
10224
|
+
"description": "Project ID",
|
|
10225
|
+
"name": "id",
|
|
10226
|
+
"required": true
|
|
10227
|
+
}
|
|
10228
|
+
},
|
|
10229
|
+
"description": "Delete a project",
|
|
10165
10230
|
"examples": [
|
|
10166
|
-
"<%= config.bin %>
|
|
10167
|
-
"<%= config.bin %>
|
|
10231
|
+
"<%= config.bin %> project delete 7",
|
|
10232
|
+
"<%= config.bin %> project delete 7 --yes"
|
|
10168
10233
|
],
|
|
10169
10234
|
"flags": {
|
|
10170
10235
|
"output": {
|
|
@@ -10199,7 +10264,7 @@
|
|
|
10199
10264
|
"type": "option"
|
|
10200
10265
|
},
|
|
10201
10266
|
"resolve-fields": {
|
|
10202
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
10267
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10203
10268
|
"helpGroup": "GLOBAL",
|
|
10204
10269
|
"name": "resolve-fields",
|
|
10205
10270
|
"allowNo": false,
|
|
@@ -10251,17 +10316,17 @@
|
|
|
10251
10316
|
"multiple": false,
|
|
10252
10317
|
"type": "option"
|
|
10253
10318
|
},
|
|
10254
|
-
"
|
|
10255
|
-
"
|
|
10256
|
-
"
|
|
10257
|
-
"
|
|
10258
|
-
"
|
|
10259
|
-
"type": "
|
|
10319
|
+
"yes": {
|
|
10320
|
+
"char": "y",
|
|
10321
|
+
"description": "Skip the confirmation prompt",
|
|
10322
|
+
"name": "yes",
|
|
10323
|
+
"allowNo": false,
|
|
10324
|
+
"type": "boolean"
|
|
10260
10325
|
}
|
|
10261
10326
|
},
|
|
10262
10327
|
"hasDynamicHelp": false,
|
|
10263
10328
|
"hiddenAliases": [],
|
|
10264
|
-
"id": "
|
|
10329
|
+
"id": "project:delete",
|
|
10265
10330
|
"pluginAlias": "@wavyx/pdcli",
|
|
10266
10331
|
"pluginName": "@wavyx/pdcli",
|
|
10267
10332
|
"pluginType": "core",
|
|
@@ -10271,16 +10336,23 @@
|
|
|
10271
10336
|
"relativePath": [
|
|
10272
10337
|
"src",
|
|
10273
10338
|
"commands",
|
|
10274
|
-
"
|
|
10275
|
-
"
|
|
10339
|
+
"project",
|
|
10340
|
+
"delete.js"
|
|
10276
10341
|
]
|
|
10277
10342
|
},
|
|
10278
|
-
"
|
|
10343
|
+
"project:get": {
|
|
10279
10344
|
"aliases": [],
|
|
10280
|
-
"args": {
|
|
10281
|
-
|
|
10345
|
+
"args": {
|
|
10346
|
+
"id": {
|
|
10347
|
+
"description": "Project ID",
|
|
10348
|
+
"name": "id",
|
|
10349
|
+
"required": true
|
|
10350
|
+
}
|
|
10351
|
+
},
|
|
10352
|
+
"description": "Get a project by ID",
|
|
10282
10353
|
"examples": [
|
|
10283
|
-
"<%= config.bin %>
|
|
10354
|
+
"<%= config.bin %> project get 3",
|
|
10355
|
+
"<%= config.bin %> project get 3 --output json"
|
|
10284
10356
|
],
|
|
10285
10357
|
"flags": {
|
|
10286
10358
|
"output": {
|
|
@@ -10315,7 +10387,7 @@
|
|
|
10315
10387
|
"type": "option"
|
|
10316
10388
|
},
|
|
10317
10389
|
"resolve-fields": {
|
|
10318
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
10390
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10319
10391
|
"helpGroup": "GLOBAL",
|
|
10320
10392
|
"name": "resolve-fields",
|
|
10321
10393
|
"allowNo": false,
|
|
@@ -10370,7 +10442,7 @@
|
|
|
10370
10442
|
},
|
|
10371
10443
|
"hasDynamicHelp": false,
|
|
10372
10444
|
"hiddenAliases": [],
|
|
10373
|
-
"id": "
|
|
10445
|
+
"id": "project:get",
|
|
10374
10446
|
"pluginAlias": "@wavyx/pdcli",
|
|
10375
10447
|
"pluginName": "@wavyx/pdcli",
|
|
10376
10448
|
"pluginType": "core",
|
|
@@ -10380,18 +10452,17 @@
|
|
|
10380
10452
|
"relativePath": [
|
|
10381
10453
|
"src",
|
|
10382
10454
|
"commands",
|
|
10383
|
-
"
|
|
10384
|
-
"
|
|
10455
|
+
"project",
|
|
10456
|
+
"get.js"
|
|
10385
10457
|
]
|
|
10386
10458
|
},
|
|
10387
|
-
"project:
|
|
10459
|
+
"project:list": {
|
|
10388
10460
|
"aliases": [],
|
|
10389
10461
|
"args": {},
|
|
10390
|
-
"description": "
|
|
10462
|
+
"description": "List projects",
|
|
10391
10463
|
"examples": [
|
|
10392
|
-
"<%= config.bin %> project
|
|
10393
|
-
"<%= config.bin %> project
|
|
10394
|
-
"<%= config.bin %> project create --title \"Raw\" --body '{\"deal_ids\":[1,2]}'"
|
|
10464
|
+
"<%= config.bin %> project list",
|
|
10465
|
+
"<%= config.bin %> project list --output json"
|
|
10395
10466
|
],
|
|
10396
10467
|
"flags": {
|
|
10397
10468
|
"output": {
|
|
@@ -10426,7 +10497,7 @@
|
|
|
10426
10497
|
"type": "option"
|
|
10427
10498
|
},
|
|
10428
10499
|
"resolve-fields": {
|
|
10429
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
10500
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10430
10501
|
"helpGroup": "GLOBAL",
|
|
10431
10502
|
"name": "resolve-fields",
|
|
10432
10503
|
"allowNo": false,
|
|
@@ -10477,75 +10548,11 @@
|
|
|
10477
10548
|
"hasDynamicHelp": false,
|
|
10478
10549
|
"multiple": false,
|
|
10479
10550
|
"type": "option"
|
|
10480
|
-
},
|
|
10481
|
-
"title": {
|
|
10482
|
-
"description": "Project title",
|
|
10483
|
-
"name": "title",
|
|
10484
|
-
"required": true,
|
|
10485
|
-
"hasDynamicHelp": false,
|
|
10486
|
-
"multiple": false,
|
|
10487
|
-
"type": "option"
|
|
10488
|
-
},
|
|
10489
|
-
"description": {
|
|
10490
|
-
"description": "Project description",
|
|
10491
|
-
"name": "description",
|
|
10492
|
-
"hasDynamicHelp": false,
|
|
10493
|
-
"multiple": false,
|
|
10494
|
-
"type": "option"
|
|
10495
|
-
},
|
|
10496
|
-
"status": {
|
|
10497
|
-
"description": "Project status",
|
|
10498
|
-
"name": "status",
|
|
10499
|
-
"hasDynamicHelp": false,
|
|
10500
|
-
"multiple": false,
|
|
10501
|
-
"type": "option"
|
|
10502
|
-
},
|
|
10503
|
-
"start-date": {
|
|
10504
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
10505
|
-
"name": "start-date",
|
|
10506
|
-
"hasDynamicHelp": false,
|
|
10507
|
-
"multiple": false,
|
|
10508
|
-
"type": "option"
|
|
10509
|
-
},
|
|
10510
|
-
"end-date": {
|
|
10511
|
-
"description": "End date (YYYY-MM-DD)",
|
|
10512
|
-
"name": "end-date",
|
|
10513
|
-
"hasDynamicHelp": false,
|
|
10514
|
-
"multiple": false,
|
|
10515
|
-
"type": "option"
|
|
10516
|
-
},
|
|
10517
|
-
"owner": {
|
|
10518
|
-
"description": "Owner (user) ID",
|
|
10519
|
-
"name": "owner",
|
|
10520
|
-
"hasDynamicHelp": false,
|
|
10521
|
-
"multiple": false,
|
|
10522
|
-
"type": "option"
|
|
10523
|
-
},
|
|
10524
|
-
"board": {
|
|
10525
|
-
"description": "Board ID",
|
|
10526
|
-
"name": "board",
|
|
10527
|
-
"hasDynamicHelp": false,
|
|
10528
|
-
"multiple": false,
|
|
10529
|
-
"type": "option"
|
|
10530
|
-
},
|
|
10531
|
-
"phase": {
|
|
10532
|
-
"description": "Phase ID",
|
|
10533
|
-
"name": "phase",
|
|
10534
|
-
"hasDynamicHelp": false,
|
|
10535
|
-
"multiple": false,
|
|
10536
|
-
"type": "option"
|
|
10537
|
-
},
|
|
10538
|
-
"body": {
|
|
10539
|
-
"description": "Raw JSON body to merge (flags win)",
|
|
10540
|
-
"name": "body",
|
|
10541
|
-
"hasDynamicHelp": false,
|
|
10542
|
-
"multiple": false,
|
|
10543
|
-
"type": "option"
|
|
10544
10551
|
}
|
|
10545
10552
|
},
|
|
10546
10553
|
"hasDynamicHelp": false,
|
|
10547
10554
|
"hiddenAliases": [],
|
|
10548
|
-
"id": "project:
|
|
10555
|
+
"id": "project:list",
|
|
10549
10556
|
"pluginAlias": "@wavyx/pdcli",
|
|
10550
10557
|
"pluginName": "@wavyx/pdcli",
|
|
10551
10558
|
"pluginType": "core",
|
|
@@ -10556,10 +10563,10 @@
|
|
|
10556
10563
|
"src",
|
|
10557
10564
|
"commands",
|
|
10558
10565
|
"project",
|
|
10559
|
-
"
|
|
10566
|
+
"list.js"
|
|
10560
10567
|
]
|
|
10561
10568
|
},
|
|
10562
|
-
"project:
|
|
10569
|
+
"project:update": {
|
|
10563
10570
|
"aliases": [],
|
|
10564
10571
|
"args": {
|
|
10565
10572
|
"id": {
|
|
@@ -10568,10 +10575,11 @@
|
|
|
10568
10575
|
"required": true
|
|
10569
10576
|
}
|
|
10570
10577
|
},
|
|
10571
|
-
"description": "
|
|
10578
|
+
"description": "Update a project (v2 PATCH — only provided fields change)",
|
|
10572
10579
|
"examples": [
|
|
10573
|
-
"<%= config.bin %> project
|
|
10574
|
-
"<%= config.bin %> project
|
|
10580
|
+
"<%= config.bin %> project update 7 --title \"Relaunch\"",
|
|
10581
|
+
"<%= config.bin %> project update 7 --status closed",
|
|
10582
|
+
"<%= config.bin %> project update 7 --owner 9"
|
|
10575
10583
|
],
|
|
10576
10584
|
"flags": {
|
|
10577
10585
|
"output": {
|
|
@@ -10606,7 +10614,7 @@
|
|
|
10606
10614
|
"type": "option"
|
|
10607
10615
|
},
|
|
10608
10616
|
"resolve-fields": {
|
|
10609
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
10617
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10610
10618
|
"helpGroup": "GLOBAL",
|
|
10611
10619
|
"name": "resolve-fields",
|
|
10612
10620
|
"allowNo": false,
|
|
@@ -10658,17 +10666,73 @@
|
|
|
10658
10666
|
"multiple": false,
|
|
10659
10667
|
"type": "option"
|
|
10660
10668
|
},
|
|
10661
|
-
"
|
|
10662
|
-
"
|
|
10663
|
-
"
|
|
10664
|
-
"
|
|
10665
|
-
"
|
|
10666
|
-
"type": "
|
|
10669
|
+
"title": {
|
|
10670
|
+
"description": "Project title",
|
|
10671
|
+
"name": "title",
|
|
10672
|
+
"hasDynamicHelp": false,
|
|
10673
|
+
"multiple": false,
|
|
10674
|
+
"type": "option"
|
|
10675
|
+
},
|
|
10676
|
+
"description": {
|
|
10677
|
+
"description": "Project description",
|
|
10678
|
+
"name": "description",
|
|
10679
|
+
"hasDynamicHelp": false,
|
|
10680
|
+
"multiple": false,
|
|
10681
|
+
"type": "option"
|
|
10682
|
+
},
|
|
10683
|
+
"status": {
|
|
10684
|
+
"description": "Project status",
|
|
10685
|
+
"name": "status",
|
|
10686
|
+
"hasDynamicHelp": false,
|
|
10687
|
+
"multiple": false,
|
|
10688
|
+
"type": "option"
|
|
10689
|
+
},
|
|
10690
|
+
"start-date": {
|
|
10691
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
10692
|
+
"name": "start-date",
|
|
10693
|
+
"hasDynamicHelp": false,
|
|
10694
|
+
"multiple": false,
|
|
10695
|
+
"type": "option"
|
|
10696
|
+
},
|
|
10697
|
+
"end-date": {
|
|
10698
|
+
"description": "End date (YYYY-MM-DD)",
|
|
10699
|
+
"name": "end-date",
|
|
10700
|
+
"hasDynamicHelp": false,
|
|
10701
|
+
"multiple": false,
|
|
10702
|
+
"type": "option"
|
|
10703
|
+
},
|
|
10704
|
+
"owner": {
|
|
10705
|
+
"description": "Owner (user) ID",
|
|
10706
|
+
"name": "owner",
|
|
10707
|
+
"hasDynamicHelp": false,
|
|
10708
|
+
"multiple": false,
|
|
10709
|
+
"type": "option"
|
|
10710
|
+
},
|
|
10711
|
+
"board": {
|
|
10712
|
+
"description": "Board ID",
|
|
10713
|
+
"name": "board",
|
|
10714
|
+
"hasDynamicHelp": false,
|
|
10715
|
+
"multiple": false,
|
|
10716
|
+
"type": "option"
|
|
10717
|
+
},
|
|
10718
|
+
"phase": {
|
|
10719
|
+
"description": "Phase ID",
|
|
10720
|
+
"name": "phase",
|
|
10721
|
+
"hasDynamicHelp": false,
|
|
10722
|
+
"multiple": false,
|
|
10723
|
+
"type": "option"
|
|
10724
|
+
},
|
|
10725
|
+
"body": {
|
|
10726
|
+
"description": "Raw JSON body to merge (flags win)",
|
|
10727
|
+
"name": "body",
|
|
10728
|
+
"hasDynamicHelp": false,
|
|
10729
|
+
"multiple": false,
|
|
10730
|
+
"type": "option"
|
|
10667
10731
|
}
|
|
10668
10732
|
},
|
|
10669
10733
|
"hasDynamicHelp": false,
|
|
10670
10734
|
"hiddenAliases": [],
|
|
10671
|
-
"id": "project:
|
|
10735
|
+
"id": "project:update",
|
|
10672
10736
|
"pluginAlias": "@wavyx/pdcli",
|
|
10673
10737
|
"pluginName": "@wavyx/pdcli",
|
|
10674
10738
|
"pluginType": "core",
|
|
@@ -10679,22 +10743,15 @@
|
|
|
10679
10743
|
"src",
|
|
10680
10744
|
"commands",
|
|
10681
10745
|
"project",
|
|
10682
|
-
"
|
|
10746
|
+
"update.js"
|
|
10683
10747
|
]
|
|
10684
10748
|
},
|
|
10685
|
-
"
|
|
10749
|
+
"user:me": {
|
|
10686
10750
|
"aliases": [],
|
|
10687
|
-
"args": {
|
|
10688
|
-
|
|
10689
|
-
"description": "Project ID",
|
|
10690
|
-
"name": "id",
|
|
10691
|
-
"required": true
|
|
10692
|
-
}
|
|
10693
|
-
},
|
|
10694
|
-
"description": "Get a project by ID",
|
|
10751
|
+
"args": {},
|
|
10752
|
+
"description": "Show the authenticated user",
|
|
10695
10753
|
"examples": [
|
|
10696
|
-
"<%= config.bin %>
|
|
10697
|
-
"<%= config.bin %> project get 3 --output json"
|
|
10754
|
+
"<%= config.bin %> user me"
|
|
10698
10755
|
],
|
|
10699
10756
|
"flags": {
|
|
10700
10757
|
"output": {
|
|
@@ -10729,7 +10786,7 @@
|
|
|
10729
10786
|
"type": "option"
|
|
10730
10787
|
},
|
|
10731
10788
|
"resolve-fields": {
|
|
10732
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
10789
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10733
10790
|
"helpGroup": "GLOBAL",
|
|
10734
10791
|
"name": "resolve-fields",
|
|
10735
10792
|
"allowNo": false,
|
|
@@ -10784,7 +10841,7 @@
|
|
|
10784
10841
|
},
|
|
10785
10842
|
"hasDynamicHelp": false,
|
|
10786
10843
|
"hiddenAliases": [],
|
|
10787
|
-
"id": "
|
|
10844
|
+
"id": "user:me",
|
|
10788
10845
|
"pluginAlias": "@wavyx/pdcli",
|
|
10789
10846
|
"pluginName": "@wavyx/pdcli",
|
|
10790
10847
|
"pluginType": "core",
|
|
@@ -10794,17 +10851,23 @@
|
|
|
10794
10851
|
"relativePath": [
|
|
10795
10852
|
"src",
|
|
10796
10853
|
"commands",
|
|
10797
|
-
"
|
|
10798
|
-
"
|
|
10854
|
+
"user",
|
|
10855
|
+
"me.js"
|
|
10799
10856
|
]
|
|
10800
10857
|
},
|
|
10801
|
-
"
|
|
10858
|
+
"stage:get": {
|
|
10802
10859
|
"aliases": [],
|
|
10803
|
-
"args": {
|
|
10804
|
-
|
|
10860
|
+
"args": {
|
|
10861
|
+
"id": {
|
|
10862
|
+
"description": "Stage ID",
|
|
10863
|
+
"name": "id",
|
|
10864
|
+
"required": true
|
|
10865
|
+
}
|
|
10866
|
+
},
|
|
10867
|
+
"description": "Get a stage by ID",
|
|
10805
10868
|
"examples": [
|
|
10806
|
-
"<%= config.bin %>
|
|
10807
|
-
"<%= config.bin %>
|
|
10869
|
+
"<%= config.bin %> stage get 5",
|
|
10870
|
+
"<%= config.bin %> stage get 5 --output json"
|
|
10808
10871
|
],
|
|
10809
10872
|
"flags": {
|
|
10810
10873
|
"output": {
|
|
@@ -10839,7 +10902,7 @@
|
|
|
10839
10902
|
"type": "option"
|
|
10840
10903
|
},
|
|
10841
10904
|
"resolve-fields": {
|
|
10842
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
10905
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10843
10906
|
"helpGroup": "GLOBAL",
|
|
10844
10907
|
"name": "resolve-fields",
|
|
10845
10908
|
"allowNo": false,
|
|
@@ -10894,7 +10957,7 @@
|
|
|
10894
10957
|
},
|
|
10895
10958
|
"hasDynamicHelp": false,
|
|
10896
10959
|
"hiddenAliases": [],
|
|
10897
|
-
"id": "
|
|
10960
|
+
"id": "stage:get",
|
|
10898
10961
|
"pluginAlias": "@wavyx/pdcli",
|
|
10899
10962
|
"pluginName": "@wavyx/pdcli",
|
|
10900
10963
|
"pluginType": "core",
|
|
@@ -10904,24 +10967,17 @@
|
|
|
10904
10967
|
"relativePath": [
|
|
10905
10968
|
"src",
|
|
10906
10969
|
"commands",
|
|
10907
|
-
"
|
|
10908
|
-
"
|
|
10970
|
+
"stage",
|
|
10971
|
+
"get.js"
|
|
10909
10972
|
]
|
|
10910
10973
|
},
|
|
10911
|
-
"
|
|
10974
|
+
"stage:list": {
|
|
10912
10975
|
"aliases": [],
|
|
10913
|
-
"args": {
|
|
10914
|
-
|
|
10915
|
-
"description": "Project ID",
|
|
10916
|
-
"name": "id",
|
|
10917
|
-
"required": true
|
|
10918
|
-
}
|
|
10919
|
-
},
|
|
10920
|
-
"description": "Update a project (v2 PATCH — only provided fields change)",
|
|
10976
|
+
"args": {},
|
|
10977
|
+
"description": "List stages",
|
|
10921
10978
|
"examples": [
|
|
10922
|
-
"<%= config.bin %>
|
|
10923
|
-
"<%= config.bin %>
|
|
10924
|
-
"<%= config.bin %> project update 7 --owner 9"
|
|
10979
|
+
"<%= config.bin %> stage list",
|
|
10980
|
+
"<%= config.bin %> stage list --pipeline 1 --output json"
|
|
10925
10981
|
],
|
|
10926
10982
|
"flags": {
|
|
10927
10983
|
"output": {
|
|
@@ -10956,7 +11012,7 @@
|
|
|
10956
11012
|
"type": "option"
|
|
10957
11013
|
},
|
|
10958
11014
|
"resolve-fields": {
|
|
10959
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
11015
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
10960
11016
|
"helpGroup": "GLOBAL",
|
|
10961
11017
|
"name": "resolve-fields",
|
|
10962
11018
|
"allowNo": false,
|
|
@@ -11008,65 +11064,9 @@
|
|
|
11008
11064
|
"multiple": false,
|
|
11009
11065
|
"type": "option"
|
|
11010
11066
|
},
|
|
11011
|
-
"
|
|
11012
|
-
"description": "
|
|
11013
|
-
"name": "
|
|
11014
|
-
"hasDynamicHelp": false,
|
|
11015
|
-
"multiple": false,
|
|
11016
|
-
"type": "option"
|
|
11017
|
-
},
|
|
11018
|
-
"description": {
|
|
11019
|
-
"description": "Project description",
|
|
11020
|
-
"name": "description",
|
|
11021
|
-
"hasDynamicHelp": false,
|
|
11022
|
-
"multiple": false,
|
|
11023
|
-
"type": "option"
|
|
11024
|
-
},
|
|
11025
|
-
"status": {
|
|
11026
|
-
"description": "Project status",
|
|
11027
|
-
"name": "status",
|
|
11028
|
-
"hasDynamicHelp": false,
|
|
11029
|
-
"multiple": false,
|
|
11030
|
-
"type": "option"
|
|
11031
|
-
},
|
|
11032
|
-
"start-date": {
|
|
11033
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
11034
|
-
"name": "start-date",
|
|
11035
|
-
"hasDynamicHelp": false,
|
|
11036
|
-
"multiple": false,
|
|
11037
|
-
"type": "option"
|
|
11038
|
-
},
|
|
11039
|
-
"end-date": {
|
|
11040
|
-
"description": "End date (YYYY-MM-DD)",
|
|
11041
|
-
"name": "end-date",
|
|
11042
|
-
"hasDynamicHelp": false,
|
|
11043
|
-
"multiple": false,
|
|
11044
|
-
"type": "option"
|
|
11045
|
-
},
|
|
11046
|
-
"owner": {
|
|
11047
|
-
"description": "Owner (user) ID",
|
|
11048
|
-
"name": "owner",
|
|
11049
|
-
"hasDynamicHelp": false,
|
|
11050
|
-
"multiple": false,
|
|
11051
|
-
"type": "option"
|
|
11052
|
-
},
|
|
11053
|
-
"board": {
|
|
11054
|
-
"description": "Board ID",
|
|
11055
|
-
"name": "board",
|
|
11056
|
-
"hasDynamicHelp": false,
|
|
11057
|
-
"multiple": false,
|
|
11058
|
-
"type": "option"
|
|
11059
|
-
},
|
|
11060
|
-
"phase": {
|
|
11061
|
-
"description": "Phase ID",
|
|
11062
|
-
"name": "phase",
|
|
11063
|
-
"hasDynamicHelp": false,
|
|
11064
|
-
"multiple": false,
|
|
11065
|
-
"type": "option"
|
|
11066
|
-
},
|
|
11067
|
-
"body": {
|
|
11068
|
-
"description": "Raw JSON body to merge (flags win)",
|
|
11069
|
-
"name": "body",
|
|
11067
|
+
"pipeline": {
|
|
11068
|
+
"description": "Filter by pipeline ID",
|
|
11069
|
+
"name": "pipeline",
|
|
11070
11070
|
"hasDynamicHelp": false,
|
|
11071
11071
|
"multiple": false,
|
|
11072
11072
|
"type": "option"
|
|
@@ -11074,7 +11074,7 @@
|
|
|
11074
11074
|
},
|
|
11075
11075
|
"hasDynamicHelp": false,
|
|
11076
11076
|
"hiddenAliases": [],
|
|
11077
|
-
"id": "
|
|
11077
|
+
"id": "stage:list",
|
|
11078
11078
|
"pluginAlias": "@wavyx/pdcli",
|
|
11079
11079
|
"pluginName": "@wavyx/pdcli",
|
|
11080
11080
|
"pluginType": "core",
|
|
@@ -11084,8 +11084,8 @@
|
|
|
11084
11084
|
"relativePath": [
|
|
11085
11085
|
"src",
|
|
11086
11086
|
"commands",
|
|
11087
|
-
"
|
|
11088
|
-
"
|
|
11087
|
+
"stage",
|
|
11088
|
+
"list.js"
|
|
11089
11089
|
]
|
|
11090
11090
|
},
|
|
11091
11091
|
"webhook:create": {
|
|
@@ -11129,7 +11129,7 @@
|
|
|
11129
11129
|
"type": "option"
|
|
11130
11130
|
},
|
|
11131
11131
|
"resolve-fields": {
|
|
11132
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
11132
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
11133
11133
|
"helpGroup": "GLOBAL",
|
|
11134
11134
|
"name": "resolve-fields",
|
|
11135
11135
|
"allowNo": false,
|
|
@@ -11323,7 +11323,7 @@
|
|
|
11323
11323
|
"type": "option"
|
|
11324
11324
|
},
|
|
11325
11325
|
"resolve-fields": {
|
|
11326
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
11326
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
11327
11327
|
"helpGroup": "GLOBAL",
|
|
11328
11328
|
"name": "resolve-fields",
|
|
11329
11329
|
"allowNo": false,
|
|
@@ -11440,7 +11440,7 @@
|
|
|
11440
11440
|
"type": "option"
|
|
11441
11441
|
},
|
|
11442
11442
|
"resolve-fields": {
|
|
11443
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
11443
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
11444
11444
|
"helpGroup": "GLOBAL",
|
|
11445
11445
|
"name": "resolve-fields",
|
|
11446
11446
|
"allowNo": false,
|
|
@@ -11550,7 +11550,7 @@
|
|
|
11550
11550
|
"type": "option"
|
|
11551
11551
|
},
|
|
11552
11552
|
"resolve-fields": {
|
|
11553
|
-
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of
|
|
11553
|
+
"description": "Resolve custom-field hash keys to names (and option ids to labels) in json/yaml/csv output of get and core list commands",
|
|
11554
11554
|
"helpGroup": "GLOBAL",
|
|
11555
11555
|
"name": "resolve-fields",
|
|
11556
11556
|
"allowNo": false,
|
|
@@ -11621,5 +11621,5 @@
|
|
|
11621
11621
|
]
|
|
11622
11622
|
}
|
|
11623
11623
|
},
|
|
11624
|
-
"version": "0.
|
|
11624
|
+
"version": "0.9.0"
|
|
11625
11625
|
}
|