Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Getting Information About Metadata Types
You sometimes need to experiment with the composition of your package.xml manifest file before you settle on the final version that retrieves or deploys the metadata that you want. There are a couple of helper targets, <sf:describeMetadata> and <sf:listMetadata>, that are useful for gathering the relevant information during this experimentation period. The build.xml file specifies a series of commands to be executed by Ant. Within the build.xml file are named targets that process a series of commands when you run Ant with a target name.