This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ELIZABETH DEGROOT
committed
Jul 24, 2019
1 parent
9202421
commit 6f26e60
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ This project contains the sample custom objects and custom tab for the Trailhead | |
| **SFDX-CLI** | ![npm](https://img.shields.io/npm/v/sfdx-cli.svg?label=SFDX-CLI&logo=Salesforce&style=Popout) | | ||
|
||
=========================== | ||
# The Project Overview | ||
## The Project Overview | ||
|
||
### Set Up the Salesforce DX Project | ||
Our first goal is to set up a developer project which we'll use to modify our application. It starts by cloning the repository. Use the command ... | ||
|
@@ -64,6 +64,7 @@ After installing the package into a scratch org and testing it out, next you rel | |
``` | ||
sfdx force:package:version:promote -p [email protected] -v DevHub | ||
``` | ||
|
||
=========================== | ||
### Resources | ||
For details on using sfdx-simple, please review the [Salesforce DX Developer Guide](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev). |