salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
25 lines (24 loc) • 2.13 kB
JSON
{
"UserNotFound": "User %s not found.",
"MultiUserFound": "We found more than one user ID for the user %s.",
"SandboxInfoNotFound": "We can't find a sandbox org with the sandbox name %s.",
"MultiSandboxInfoFound": "We found more than one sandbox org with the sandbox name %s.",
"SandboxProcessNotFoundByInfoId": "We can't find a SandboxProcess for the sandbox org with the SandboxInfo ID %s.",
"MultiSandboxProcessFoundByInfoId": "We found more than one SandboxProcess for the sandbox org with the SandboxInfo ID %s.",
"SandboxProcessNotFoundBySandboxName": "We can't find a SandboxProcess with the SandboxName %s.",
"MultiSandboxProcessNotFoundBySandboxName": "We found more than one SandboxProcess with the SandboxName %s.",
"NotSandboxProcessId": "The job ID %s is not a valid sandbox job (process) ID.",
"SandboxInfoCreateFailed": "The sandbox org creation failed with a result of %s.",
"wrongOrgType": "The -t | --type value must be sandbox; %s is unknown.",
"orgCliInvalidNumericParam": "Invalid value for %s. Provide a positive numerical value.",
"pollingTimeout": "Sandbox status is %s; timed out waiting for completion.",
"missingAuthUsername": "The sandbox %s does not have an authorized username.",
"RequiresUsernameError": "This command requires a production org username set either with a flag or by default in the config.",
"RequiresDevhubUsernameError": "This command requires a dev hub org username set either with a flag or by default in the config.",
"sandboxDeleteFailed": "The sandbox org deletion failed with a result of %s.",
"sandboxProcessNotFoundByOrgId": "We can't find a SandboxProcess for the sandbox org %s.",
"multiSandboxProcessFoundByOrgId": "We found more than one SandboxProcess for the sandbox org %s.",
"missingProdOrgUsername": "The user who created this sandbox is missing from the sandbox configuration.",
"DevhubNotAuthorized": "We couldn't create this sandbox or scratch org because the associated Dev Hub isn't authorized. Authorize the Dev Hub and try again.",
"RetryIsNotValidForSandboxes": "One cannot use flag retry with Sandbox org create."
}