Guest User

Untitled

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