sandbox development starter kit
This starter kit is to help develper quickly to start to work with any sandbox environment without run sfdx create dx project.
Please ensure to add all the objects into the manifest file package.xml
For each sandbox org instance, you only need to run it once. If you are not sure
if it is created, run this command
linux: ./list-alias
window: list-alias.bat
If no alias is registered for the org you will work on, you need to run the following command
linux: ./setAlias {yourAlias}
window: setAlias.bat {yourAlias}
Note: {yourAlias} will be used to run all available commands from sfdx. Thus remember it
Note:
{type} is:
for example:
linux: ./get class LightningProjectController summer20
window: get.bat class LightningProjectController summer20
Note:
{type} is:
for exmaple
linux: ./put class LightningProjectController summer20
window: put.bat class LightningProjectController summer20
Note:
{type} is:
For example
linux: ./new class Demo
window: new.bat class Demo
Linux: ./qa DemoTest {yourAlias}
window: qa.bat DemoTest {yourAlias}
linux: ./deploy all
window: deploy.bat
linux: ./retrieve {yourAlias}
window: retrieve.bat {yourAlias}