trailheadapps / az-insurance

Sample app that demonstrates how to build customer/partner/marketing experiences for Salesforce Experience Cloud and Lightning Web Runtime.
Creative Commons Zero v1.0 Universal
111 stars 98 forks source link

Readme CLI commands don't work #89

Closed haydz0r closed 2 years ago

haydz0r commented 2 years ago

In the readme, the SFDX CLI command given is: sfdx force:source:deploy -m ApexClass,Layout,CustomObject,LightningComponentBundle,ManagedContentType,CustomObject,StaticResource,CustomTab,PermissionSet,Flow

However, this fails with CLI error: The specified metadata type is unsupported: [apexclass layout customobject lightningcomponentbundle managedcontenttype customobject staticresource customtab permissionset flow]

The readme needs to be updated to include double quotation marks around the metadata types

sfdx force:source:deploy -m "ApexClass,Layout,CustomObject,LightningComponentBundle,ManagedContentType,CustomObject,StaticResource,CustomTab,PermissionSet,Flow"

I believe this is an issue for all the commands with this format

github-actions[bot] commented 2 years ago

Welcome! 👋

Thank you for posting this issue. 🙇🏼‍♂️ We will come back to you latest within the next 48h (working days). Stay tuned!