UNPKG

1.72 kBJSONView Raw
1{
2 "description": "delete source from your project and from a non-source-tracked org",
3 "longDescription": "Deletes source files from your project and from a non-source-tracked org, such as a sandbox.",
4 "help": "Use this command to delete components from orgs that don’t have source tracking, such as sandboxes.\nTo remove deleted items from scratch orgs, which have change tracking, use \"sfdx force:source:push\".\n\nExamples:\n $ sfdx force:source:delete -p path/to/source\n $ sfdx force:source:delete -m <metadata>",
5 "sourcePathDescription": "comma-separated list of paths to the local metadata to delete",
6 "sourcePathLongDescription": "A comma-separated list of paths to the local metadata to delete. The supplied paths can be a single file (in which case the operation is applied to only one file) or a folder (in which case the operation is applied to all metadata types in the directory and its sub-directories).\nIf you specify this parameter, don’t specify --manifest or --metadata.",
7 "metadataParamDescription": "comma-separated list of names of metadata components to delete",
8 "metadataParamLongDescription": "A comma-separated list of names of metadata components to delete from your project and your org.",
9 "noPromptParamDescription": "do not prompt for delete confirmation",
10 "noPromptParamLongDescription": "Do not prompt for delete confirmation.",
11 "sourceDeletePrompt": "This operation will delete the following files on your computer and in your org: \n%s\n\nAre you sure you want to proceed (y/n)?",
12 "sourceDeleteFailure": "The delete operation failed in the org. Review the error messages below, delete any files locally if needed, and re-run the command if applicable."
13}
\No newline at end of file