Saturday, November 9, 2019

How to retrieve Lightning Web Components Using ANT tool

To retrieve the Lightning web components use new Metadata API component is called LightningComponentBundle

Package.xml
<types>
    <members>*</members>
    <name>LightningComponentBundle</name>
</types>


Reference
LightningComponentBundle

3 comments:

  1. I think its not working while retrieving with workbench.

    ReplyDelete
    Replies
    1. I tested with workbench it is working as excepted. successfully retrieve the Lightning Web Components.

      Delete
  2. Is there a way to retrieve Aura components using this same method?

    ReplyDelete