amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

Support for LightningMessageChannel #223

Closed froucher closed 4 years ago

froucher commented 4 years ago

Hello @amtrack,

I recently have create PR #222 to add support to LightningMessageChannel, it is in Beta, but we need to add it to force-dev-tool.

The metadata reference link is: https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_lightningmessagechannel.htm

It is available from Api 47.0

This is a sample:

src/messageChannels/sample.messageChannel

<?xml version="1.0" encoding="UTF-8"?>
<LightningMessageChannel xmlns="http://soap.sforce.com/2006/04/metadata">
    <description>Lightning Message Channel Sample</description>
    <isExposed>true</isExposed>
    <lightningMessageFields>
        <description>Field Sample 1</description>
        <fieldName>recordId</fieldName>
    </lightningMessageFields>
    <lightningMessageFields>
        <description>Field Sample 2</description>
        <fieldName>debtorName</fieldName>
    </lightningMessageFields>
    <masterLabel>sample</masterLabel>
</LightningMessageChannel>
amtrack commented 4 years ago

:tada: This issue has been resolved in version 2.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: