UNPKG

3.07 kBJSONView Raw
1{
2 "OneScopingParamError": "One scoping parameter is required for this command.",
3 "OneScopingParamErrorAction": "Re-run the command specifying the --metadata, --manifest, or --sourcepath parameter.",
4 "SourceTrackedOrgError": "This command cannot be used on orgs that have source tracking enabled.",
5 "SourceTrackedOrgErrorAction": "Run \"sfdx force:source:%s\" instead.",
6
7 "waitParamDescription": "wait time for command to finish in minutes (default: %d)",
8 "waitParamDescriptionLong": "Number of minutes to wait for the command to complete and display results to the terminal window. If the command continues to run after the wait period, the CLI returns control of the terminal window to you. The default is 33 minutes.",
9
10 "pushCommandCliPreExecute": "Pushing source changes to org %s as user %s",
11 "deployCommandCliPreExecute": "Deploy source to org %s as user %s",
12
13 "stateTableColumn": "State",
14 "fullNameTableColumn": "Full Name",
15 "typeTableColumn": "Type",
16 "workspacePathTableColumn": "Project Path",
17 "columnNumberColumn": "Column Number",
18 "lineNumberColumn": "Line Number",
19 "errorColumn": "Error",
20
21 "pushCommandHumanSuccess": "Pushed Source",
22 "pushCommandHumanError": "Push Errors",
23 "deployCommandHumanSuccess": "Deployed Source",
24 "deployCommandHumanError": "Deploy Errors",
25 "deleteCommandHumanSuccess": "Deleted Source",
26 "deleteCommandHummanError": "Delete Errors",
27
28 "DeployTimeout": "The source %s operation took longer than the specified wait time. Wait time in minutes (%s) exceeded. Increase the wait time using the --wait option, and try again.",
29 "mdapiCliInvalidNumericParam": "Invalid value for %s. Must be a positive numerical value.",
30
31 "SourcePathInvalid": "The sourcepath \"%s\" is not a valid source file path.",
32 "IllFormattedManifest": "The manifest file is improperly formatted%s.",
33 "InvalidManifestError": "The specified manifest file [%s] does not exist, or you don't have access to it.",
34 "failedToCreateManifest": "Couldn't create a manifest.",
35 "missingScopeOption": "Missing source scope option.",
36 "missingOutputDirPath": "The output directory is missing but required.",
37 "UnsupportedType": "The specified metadata type is unsupported: [%s]",
38
39 "flowDefinitionDeprecation": "FlowDefinition isn’t supported in the Salesforce CLI for API version 44.0 and later. Make sure that the flowDefinitions directory is empty and that you’ve upgraded the flow files per the instructions in the Metadata API Developer Guide: https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_visual_workflow.htm#md_flow_upgrade.",
40 "flowDeprecation": "Flows must be used with a minimum API version of 44.0. Make sure that the sfdx-project.json file is set to use \"sourceApiVersion\": \"44.0\" or later, and that you’ve upgraded the flow files per the instructions in the Metadata API Developer Guide: https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_visual_workflow.htm#md_flow_upgrade."
41}
\No newline at end of file