Guest User

Untitled

a guest
Apr 17th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.67 KB | None | 0 0
  1. USMCLJVALAIYMB2:best-repo-ever jvalaiyapathy$ sfdx force:doc:commands:list
  2.  
  3. === Commands
  4. force:alias:list # list username aliases for the Salesforce CLI
  5. force:alias:set # set username aliases for the Salesforce CLI
  6.  
  7.  
  8. force:apex:class:create # create an Apex class
  9. force:apex:execute # execute anonymous Apex code
  10. force:apex:log:get # fetch a debug log
  11. force:apex:log:list # list debug logs
  12. force:apex:log:tail # start debug logging and display logs
  13. force:apex:test:report # display test results
  14. force:apex:test:run # invoke Apex tests
  15. force:apex:trigger:create # create an Apex trigger
  16.  
  17.  
  18. force:auth:jwt:grant # authorize an org using the JWT flow
  19. force:auth:logout # log out from authorized orgs
  20. force:auth:sfdxurl:store # authorize an org using an SFDX auth URL
  21. force:auth:web:login # authorize an org using the web login flow
  22.  
  23.  
  24. force:config:get # get config var values for given names
  25. force:config:list # list config vars for the Salesforce CLI
  26. force:config:set # set config vars for the Salesforce CLI
  27.  
  28.  
  29. force:data:bulk:delete # bulk delete records from a csv file
  30. force:data:bulk:status # view the status of a bulk data load job or batch
  31. force:data:bulk:upsert # bulk upsert records from a CSV file
  32. force:data:record:create # create a record
  33. force:data:record:delete # delete a record
  34. force:data:record:get # view a record
  35. force:data:record:update # update a record
  36. force:data:soql:query # execute a SOQL query
  37. force:data:tree:export # export data from an org into sObject tree format for force:data:tree:import consumption
  38. force:data:tree:import # import data into an org using SObject Tree Save API
  39.  
  40.  
  41. force:doc:commands:display # display help for force commands
  42. force:doc:commands:list # list the force commands
  43.  
  44.  
  45. force:lightning:app:create # create a Lightning app
  46. force:lightning:component:create # create a Lightning component
  47. force:lightning:event:create # create a Lightning event
  48. force:lightning:interface:create # create a Lightning interface
  49. force:lightning:lint # analyse (lint) Lightning component code
  50. force:lightning:lwc:create # create an LWC bundle
  51. force:lightning:test:create # create a Lightning test
  52. force:lightning:test:install # install Lightning Testing Service unmanaged package in your org
  53. force:lightning:test:run # invoke Lightning component tests
  54.  
  55.  
  56. force:limits:api:display # display current org’s limits
  57. force:mdapi:convert # convert metadata from the Metadata API format into the Salesforce DX format
  58. force:mdapi:deploy # deploy metadata to an org using Metadata API
  59. force:mdapi:deploy:report # check the status of a metadata deployment
  60. force:mdapi:retrieve # retrieve metadata from an org using Metadata API
  61. force:mdapi:retrieve:report # check the status of a metadata retrieval
  62.  
  63.  
  64. force:org:create # create a scratch org
  65. force:org:delete # mark a scratch org for deletion
  66. force:org:display # get org description
  67. force:org:list # list all orgs you’ve created or authenticated to
  68. force:org:open # open an org in your browser
  69. force:org:shape:create # create a snapshot of org edition, features, and licenses
  70. force:org:shape:delete # delete all org shapes for a target org
  71. force:org:shape:list # list all org shapes you’ve created
  72.  
  73.  
  74. force:package1:version:create # create a first-generation package version in the release org
  75. force:package1:version:create:get # retrieve the status of a package version creation request
  76. force:package1:version:display # display details about a first-generation package version
  77. force:package1:version:list # list package versions for the specified first-generation package or for the org
  78. force:package2:create # create a second-generation package
  79. force:package2:list # list all second-generation packages in the Dev Hub org
  80. force:package2:update # update a second-generation package
  81. force:package2:version:create # create a second-generation package version
  82. force:package2:version:create:get # retrieve a package version creation request
  83. force:package2:version:create:list # list package version creation requests
  84. force:package2:version:get # retrieve a package version in the Dev Hub org
  85. force:package2:version:list # list all package versions in the Dev Hub org
  86. force:package2:version:update # update a second-generation package version
  87. force:package:install # install a package in the target org
  88. force:package:install:get # retrieve the status of a package installation request
  89. force:package:installed:list # list the org’s installed packages
  90. force:package:uninstall # uninstall a second-generation package from the target org
  91. force:package:uninstall:get # retrieve status of package uninstall request
  92.  
  93.  
  94. force:project:create # create a new SFDX project
  95. force:project:upgrade # update project config files to the latest format
  96.  
  97.  
  98. force:schema:sobject:describe # describe an object
  99. force:schema:sobject:list # list all objects of a specified category
  100.  
  101.  
  102. force:source:convert # convert Salesforce DX source into Metadata API format
  103. force:source:open # edit a Lightning Page with Lightning App Builder
  104. force:source:pull # pull source from the scratch org to the project
  105. force:source:push # push source to an org from the project
  106. force:source:status # list local changes and/or changes in a scratch org
  107.  
  108.  
  109. force:user:create # create a user for a scratch org
  110. force:user:display # displays information about a user of a scratch org
  111. force:user:list # lists all users of a scratch org
  112. force:user:password:generate # generate a password for scratch org users
  113. force:user:permset:assign # assign a permission set to one or more users of an org
  114.  
  115.  
  116. force:visualforce:component:create # create a Visualforce component
  117. force:visualforce:page:create # create a Visualforce page
Add Comment
Please, Sign In to add comment