UNPKG

3.8 kBJSONView Raw
1{
2 "SourceTrackedOrgError": "This command cannot be used on orgs that have source tracking enabled.",
3 "NonSourceTrackedOrgError": "This command can only be used on orgs that have source tracking enabled, such as sandboxes and scratch orgs.",
4 "SourceTrackedOrgErrorAction": "Run \"sfdx force:source:%s\" instead.",
5
6 "waitParamDescription": "wait time for command to finish in minutes",
7 "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.",
8
9 "pushCommandCliPreExecute": "Pushing source changes to org %s as user %s",
10 "deployCommandCliPreExecute": "Deploy source to org %s as user %s",
11
12 "stateTableColumn": "STATE",
13 "fullNameTableColumn": "FULL NAME",
14 "typeTableColumn": "TYPE",
15 "workspacePathTableColumn": "PROJECT PATH",
16 "columnNumberColumn": "COLUMN NUMBER",
17 "lineNumberColumn": "LINE NUMBER",
18 "errorColumn": "PROBLEM",
19
20 "pushCommandHumanSuccess": "Pushed Source",
21 "pushCommandHumanError": "Push Errors",
22 "deployCommandHumanSuccess": "Deployed Source",
23 "deployCommandHumanError": "Deploy Errors",
24 "deleteCommandHumanSuccess": "Deleted Source",
25 "deleteCommandHummanError": "Delete Errors",
26
27 "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.",
28 "mdapiCliInvalidNumericParam": "Invalid value for %s. Must be a positive numerical value.",
29
30 "SourcePathInvalid": "The sourcepath \"%s\" is not a valid source file path.",
31 "IllFormattedManifest": "The manifest file is improperly formatted%s.",
32 "InvalidManifestError": "The specified manifest file [%s] does not exist, or you don't have access to it.",
33 "failedToCreateManifest": "Couldn't create a manifest.",
34 "missingScopeOption": "Missing source scope option.",
35 "missingOutputDirPath": "The output directory is missing but required.",
36 "UnsupportedType": "The specified metadata type is unsupported: [%s]",
37
38 "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.",
39 "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.",
40
41 "MissingRequiredParam": "Missing one of the following parameters: %s",
42 "XmlParsingError": "This file has an XML parsing error: %s. This is the first file we encountered; however, other files could be affected.",
43 "StaticResourceDeleteError": "You can't delete an individual file from a static resource using force:source:delete, only an entire directory. To delete a file, delete it from your local DX project, then use force:source:push (for scratch orgs) or force:source:deploy to update the static resource in the target org.",
44 "MissingComponentOrResource": "We're unable to complete this action due to a missing source file. Verify that the source file name that corresponds to the %s exists and is correct, and try again.",
45 "MetadataTypeDoesNotExist": "We can't find the metadata object named %s. Verify that this metadata exists and try again."
46}