• Prajakta Solanki 6
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
How can I pull a platform event into my VSCode project using SFDX? I am looking for the equivalant call to the flow retrieve below:
sfdx force:source:retrieve -m Flow:TestFlow -u user@idomain.demo

I have tried 
sfdx force:source:retrieve -m Platform:TestPE -u user@idomain.demo

sfdx force:source:retrieve -m PlatformEvent:TestPE -u user@idomain.demo

No luck...