Skip to content

nortonmd/dx-bin

Repository files navigation

Rename all of this stuff, seriously

A couple of shortcuts for DX development

Based on common unix commands

mkproj - Make a DX Project

like mkdir

$ mkproj foo

authorg - Authenticate to a Salesforce org

unlike any unix command

authorg

authsand - Authenticates to a Salesforce Sandbox

again unlike any unix command

authsand 

lsorgs - List Orgs (DevHub, Sandboxes, and Scratch)

like the ls command

lsorgs

mkorg - Make a scratch org

like mkdir command to make directories

mkorg scratch1

openorg - open a scratch org

openorg [ scratch1 ]

rmorg - Remove a scratch org

like rmdir command to remove directories

rmorg scratch1

mkclass - Make a class

like mkdir

mkclass MyClass

mktrigger - Make a trigger

like mkdir

mkclass MyTrigger

About

Salesforce DX Bash Scripts - Short Cuts

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors