Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How do I retrieve Lightning Web Components using Ant Migration tool or mdapi:retrieve command from SFDX?

The new Metadata API component is called LightningComponentBundle

The following XML code should be added to package.xml:

<types>
    <members>*</members>
    <name>LightningComponentBundle</name>
</types> 

Tags:

Ant

Migration Tool

Salesforcedx

Lightning Web Components

Related

Can we See the lwc Module? Why aren't roll up summary fields allowed for Lookup Relationships? Deployment error regarding translations when generating package version How to delete Scratch Org user from deleted scratch? What is the right way to query all Notes & Attachments? How can we expose inherited properties from a super component’s class in a lightning Web Components through targetConfigs (design attributes) Apex method to find out if SObject is a setup object Make field required with lightning:inputField and lightning:recordEditForm sfdx - second generation packages - push custom fields fails silently How to customise columns in Add Products popup SOQL Query Where Id "In" Versus "Equals"(=) Recursive lightning component - how to know when it's fully rendered?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy