Last active
July 10, 2019 19:37
-
-
Save kbs5280/9705397fc1a948bc82ee82bbd76e670c to your computer and use it in GitHub Desktop.
Create a New Salesforce Project with VS Code
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
$ sfdx force:project:create --projectname sandbox --manifest | |
target dir = /Users/developer/workspace/clearchoice | |
create sandbox/sfdx-project.json | |
create sandbox/README.md | |
create sandbox/.forceignore | |
create sandbox/config/project-scratch-def.json | |
create sandbox/manifest/package.xml | |
$ ls | |
sandbox | |
$ cd sandbox/ | |
$ ls | |
README.md force-app sfdx-project.json | |
config manifest | |
$ code . | |
$ pwd | |
/Users/developer/workspace/clearchoice/sandbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment