Created
October 24, 2017 13:09
-
-
Save xgeek-net/3d7721e627c8f016d8949529b2a329a2 to your computer and use it in GitHub Desktop.
Salesforce DX CLI
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 --help | |
Usage: sfdx force: [-v] [--json] [--loglevel <string>] [flags] | |
Flags: | |
-v, --version display the Salesforce API version | |
--json format output as json | |
--loglevel LOGLEVEL logging level for this command invocation | |
(error*,trace,debug,info,warn,fatal) | |
Usage: sfdx force:COMMAND | |
Help topics, type sfdx help TOPIC for more details: | |
force:alias manage username aliases | |
force:apex work with Apex code | |
force:auth authorize an org for use with the Salesforce CLI | |
force:config configure the Salesforce CLI | |
force:data manipulate records in your org | |
force:doc display help for force commands | |
force:lightning create and test Lightning component bundles | |
force:limits view your org’s limits | |
force:mdapi retrieve and deploy metadata using Metadata API | |
force:org manage your Salesforce DX orgs | |
force:package install and uninstall first- and second-generation packages | |
force:package1 develop first-generation managed and unmanaged packages | |
force:package2 develop second-generation packages | |
force:project set up a Salesforce DX project | |
force:schema view standard and custom objects | |
force:source sync your project with your orgs | |
force:user perform user-related admin tasks | |
force:visualforce create and edit Visualforce files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment