sf project generate manifest --from-org prod --output-dir manifest --name full-prod \
--exclude-metadata ManagedPackage,Report,ReportFolder,Dashboard,DashboardFolder,EmailTemplate,EmailFolder \
&& sf project retrieve start --manifest manifest/full-prod.xml --target-org prod --wait 30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <style> | |
| .container { | |
| float: left; | |
| width: 100px; | |
| height: 28px; | |
| margin: 10px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head></head> | |
| <body> | |
| <input | |
| placeholder="Account Name" | |
| id="account_name" | |
| /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="https://unpkg.com/react/umd/react.development.js" crossorigin></script> | |
| <script src="https://unpkg.com/react-dom/umd/react-dom.development.js" crossorigin></script> | |
| <script src="https://unpkg.com/@babel/standalone/babel.min.js" crossorigin></script> | |
| </head> | |
| <body> | |
| <div id="root"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="https://unpkg.com/react@17/umd/react.production.min.js" crossorigin></script> | |
| <script src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js" crossorigin></script> | |
| <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script> | |
| </head> | |
| <body> | |
| <div id="root"></div> |
- https://www.google.com/chrome/
- https://code.visualstudio.com/Download
- https://git-scm.com/downloads
- https://nodejs.org/en/download/
- https://golang.org/doc/install
- https://developer.salesforce.com/tools/sfdxcli
- https://quip.com/download
- https://github.com/cli/cli/releases/tag/v1.2.1
- https://help.salesforce.com/articleView?id=loader_install_windows.htm&type=5