-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added docs for making new org (#896)
- Loading branch information
1 parent
cf95b1e
commit c9a44cf
Showing
1 changed file
with
8 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -170,6 +170,14 @@ sfdx/bin/sfdx-wipe-account [email protected] | |
sfdx/bin/sfdx-wipe-account [email protected] | ||
``` | ||
|
||
## Creating a new CI testing org | ||
|
||
1. Log into the PBO | ||
2. Search for `environment hub` in the app launcher | ||
3. Click Create Org in top right corner | ||
|
||
- If you do not see all the accounts, change the filter from Recently Viewed to All | ||
|
||
## Creating a stratch org | ||
|
||
- Specify your dev hub via `sfdx force:config:set --defaultdevusername`. This can be any salesforce dev org. | ||
|