@jayree/sfdx-plugin-org
Version:
A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.
509 lines • 15.4 kB
JSON
{
"commands": {
"jayree:org:stream": {
"aliases": [
"jayree:org:streaming"
],
"args": {},
"deprecateAliases": true,
"examples": [
"$ sfdx jayree org stream --channel=/event/eventName__e\n...\n"
],
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"flags-dir": {
"helpGroup": "GLOBAL",
"name": "flags-dir",
"summary": "Import flag values from a directory.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"target-org": {
"aliases": [
"targetusername",
"u"
],
"char": "o",
"deprecateAliases": true,
"name": "target-org",
"noCacheDefault": true,
"required": true,
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
"hasDynamicHelp": true,
"multiple": false,
"type": "option"
},
"api-version": {
"aliases": [
"apiversion"
],
"deprecateAliases": true,
"description": "Override the api version used for api requests made by this command",
"name": "api-version",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"channel": {
"aliases": [
"topic",
"p"
],
"char": "c",
"deprecateAliases": true,
"name": "channel",
"required": true,
"summary": "The event name.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"replay-id": {
"char": "r",
"name": "replay-id",
"summary": "Receive all stored events after the event specified by the replayId value and new events. [default: -1] Receive new events that are broadcast after the command subscribes. [-2] Receive all event, including past events that are within the retention window and new events.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"hasDynamicHelp": true,
"hiddenAliases": [],
"id": "jayree:org:stream",
"pluginAlias": "@jayree/sfdx-plugin-org",
"pluginName": "@jayree/sfdx-plugin-org",
"pluginType": "core",
"strict": true,
"summary": "Listen to streaming api and platform events.",
"enableJsonFlag": true,
"isESM": true,
"relativePath": [
"lib",
"commands",
"jayree",
"org",
"stream.js"
]
},
"jayree:flow:get:coverage": {
"aliases": [
"jayree:flowtestcoverage"
],
"args": {},
"deprecateAliases": true,
"examples": [
"$ sfdx jayree:flowtestcoverage\n=== Flow Test Coverage\nCoverage: 82%\n...\n"
],
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"flags-dir": {
"helpGroup": "GLOBAL",
"name": "flags-dir",
"summary": "Import flag values from a directory.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"target-org": {
"aliases": [
"targetusername",
"u"
],
"char": "o",
"deprecateAliases": true,
"name": "target-org",
"noCacheDefault": true,
"required": true,
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
"hasDynamicHelp": true,
"multiple": false,
"type": "option"
},
"api-version": {
"aliases": [
"apiversion"
],
"deprecateAliases": true,
"description": "Override the api version used for api requests made by this command",
"name": "api-version",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"hasDynamicHelp": true,
"hiddenAliases": [],
"id": "jayree:flow:get:coverage",
"pluginAlias": "@jayree/sfdx-plugin-org",
"pluginName": "@jayree/sfdx-plugin-org",
"pluginType": "core",
"strict": true,
"summary": "Check the flow test coverage of an Org.",
"enableJsonFlag": true,
"isESM": true,
"relativePath": [
"lib",
"commands",
"jayree",
"flow",
"get",
"coverage.js"
]
},
"jayree:org:configure:country": {
"aliases": [],
"args": {},
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"flags-dir": {
"helpGroup": "GLOBAL",
"name": "flags-dir",
"summary": "Import flag values from a directory.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"target-org": {
"aliases": [
"targetusername",
"u"
],
"char": "o",
"deprecateAliases": true,
"name": "target-org",
"noCacheDefault": true,
"required": true,
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
"hasDynamicHelp": true,
"multiple": false,
"type": "option"
},
"api-version": {
"aliases": [
"apiversion"
],
"deprecateAliases": true,
"description": "Override the api version used for api requests made by this command",
"name": "api-version",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"silent": {
"hidden": true,
"name": "silent",
"required": false,
"summary": "silent mode.",
"allowNo": false,
"type": "boolean"
}
},
"hasDynamicHelp": true,
"hiddenAliases": [],
"id": "jayree:org:configure:country",
"pluginAlias": "@jayree/sfdx-plugin-org",
"pluginName": "@jayree/sfdx-plugin-org",
"pluginType": "core",
"strict": true,
"summary": "update country integration values in the State/Country Picklists",
"enableJsonFlag": true,
"isESM": true,
"relativePath": [
"lib",
"commands",
"jayree",
"org",
"configure",
"country.js"
]
},
"jayree:org:configure": {
"aliases": [],
"args": {},
"examples": [
"$ sfdx jayree:org:configure\n$ sfdx jayree:org:configure -u me@my.org\n$ sfdx jayree:org:configure --tasks=\"Asset Settings\",\"Activity Settings\"\n$ sfdx jayree:org:configure --concurrent --tasks=\"Asset Settings\",\"Activity Settings\""
],
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"flags-dir": {
"helpGroup": "GLOBAL",
"name": "flags-dir",
"summary": "Import flag values from a directory.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"target-org": {
"aliases": [
"targetusername",
"u"
],
"char": "o",
"deprecateAliases": true,
"name": "target-org",
"noCacheDefault": true,
"required": true,
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
"hasDynamicHelp": true,
"multiple": false,
"type": "option"
},
"api-version": {
"aliases": [
"apiversion"
],
"deprecateAliases": true,
"description": "Override the api version used for api requests made by this command",
"name": "api-version",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"tasks": {
"char": "t",
"name": "tasks",
"summary": "Task name(s) listed in sfdx-project.json, if no tasks are specified, all tasks marked as active will be executed.",
"delimiter": ",",
"hasDynamicHelp": false,
"multiple": true,
"type": "option"
},
"concurrent": {
"name": "concurrent",
"summary": "Execute tasks in parallel.",
"allowNo": false,
"type": "boolean"
}
},
"hasDynamicHelp": true,
"hiddenAliases": [],
"id": "jayree:org:configure",
"pluginAlias": "@jayree/sfdx-plugin-org",
"pluginName": "@jayree/sfdx-plugin-org",
"pluginType": "core",
"strict": true,
"summary": "Make configuration changes that are not covered by the metadata API.\nSee example configuration on how to define tasks",
"enableJsonFlag": true,
"isESM": true,
"relativePath": [
"lib",
"commands",
"jayree",
"org",
"configure",
"index.js"
]
},
"jayree:org:configure:state": {
"aliases": [],
"args": {},
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"flags-dir": {
"helpGroup": "GLOBAL",
"name": "flags-dir",
"summary": "Import flag values from a directory.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"target-org": {
"aliases": [
"targetusername",
"u"
],
"char": "o",
"deprecateAliases": true,
"name": "target-org",
"noCacheDefault": true,
"required": true,
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
"hasDynamicHelp": true,
"multiple": false,
"type": "option"
},
"api-version": {
"aliases": [
"apiversion"
],
"deprecateAliases": true,
"description": "Override the api version used for api requests made by this command",
"name": "api-version",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"country-code": {
"aliases": [
"countrycode"
],
"deprecateAliases": true,
"name": "country-code",
"summary": "Alpha-2 code.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"category": {
"name": "category",
"summary": "Subdivision category.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"language": {
"name": "language",
"summary": "Language code.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"concurrent": {
"name": "concurrent",
"summary": "execute tasks in parallel.",
"default": 1,
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"hasDynamicHelp": true,
"hiddenAliases": [],
"id": "jayree:org:configure:state",
"pluginAlias": "@jayree/sfdx-plugin-org",
"pluginName": "@jayree/sfdx-plugin-org",
"pluginType": "core",
"strict": true,
"summary": "import (create/update) states into the State/Country Picklists",
"enableJsonFlag": true,
"isESM": true,
"relativePath": [
"lib",
"commands",
"jayree",
"org",
"configure",
"state.js"
]
},
"jayree:org:get:settings": {
"aliases": [
"jayree:org:settings"
],
"args": {},
"deprecateAliases": true,
"examples": [
"$ sfdx jayree:org:settings\n$ sfdx jayree:org:settings -u me@my.org\n$ sfdx jayree:org:settings -u MyTestOrg1 -w"
],
"flags": {
"json": {
"description": "Format output as json.",
"helpGroup": "GLOBAL",
"name": "json",
"allowNo": false,
"type": "boolean"
},
"flags-dir": {
"helpGroup": "GLOBAL",
"name": "flags-dir",
"summary": "Import flag values from a directory.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"target-org": {
"aliases": [
"targetusername",
"u"
],
"char": "o",
"deprecateAliases": true,
"name": "target-org",
"noCacheDefault": true,
"required": true,
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
"hasDynamicHelp": true,
"multiple": false,
"type": "option"
},
"api-version": {
"aliases": [
"apiversion"
],
"deprecateAliases": true,
"description": "Override the api version used for api requests made by this command",
"name": "api-version",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
},
"writetoprojectscratchdeffile": {
"char": "w",
"name": "writetoprojectscratchdeffile",
"summary": "Write output to project-scratch-def.json file.",
"allowNo": false,
"type": "boolean"
},
"file": {
"char": "f",
"name": "file",
"summary": "Write to 'file' instead of project-scratch-def.json.",
"hasDynamicHelp": false,
"multiple": false,
"type": "option"
}
},
"hasDynamicHelp": true,
"hiddenAliases": [],
"id": "jayree:org:get:settings",
"pluginAlias": "@jayree/sfdx-plugin-org",
"pluginName": "@jayree/sfdx-plugin-org",
"pluginType": "core",
"strict": true,
"summary": "Write the current settings from an Org to a scratch org def file.",
"enableJsonFlag": true,
"requiresProject": true,
"isESM": true,
"relativePath": [
"lib",
"commands",
"jayree",
"org",
"get",
"settings.js"
]
}
},
"version": "1.2.103"
}