Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lance-shi committed Feb 14, 2018
1 parent b3d4adf commit 46a459d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For me, I find the simplified version much easier to remember. So I have created
Simply copy slds.cmd into your computer. And make the path into your system %path% variable.

## Usage
```sh
sfds: simplified command line tool for Salesforce dx CLI
sfds list: list all the orgs
sfds open: open an org. If org name is not specified, opens default one. E.g. sfds open tempOrg
Expand All @@ -29,4 +30,5 @@ sfds pull: pull changes from org. Can specify org name
sfds createProject: create an sfdx project. Must specify project name. E.g. sfds createProject sampleProj
sfds deploy: deploy the changes to targeted org. If org name is not specified, deploy to default org
sfds default: change default org
sfds help: get the help info
sfds help: get the help info
```

0 comments on commit 46a459d

Please sign in to comment.