Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
make sfdx-cli version image be a link to install page
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascayers committed Aug 8, 2019
1 parent 269a220 commit 37a6c6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<h1 align="center">Trailhead Packaging Permission Sets Project</h1>
This project contains the sample custom objects and custom tab for the Trailhead project 'Packaging Permission Sets with Salesforce DX'. The objective of this training is to show the trailblazer how to create and package a custom permission set using Salesforce DX CLI and working with Unlocked Packages.
This project contains the sample custom objects and custom tab for the Trailhead project 'Packaging Permission Sets with Salesforce DX'. The objective of this training is to show the trailblazer how to create and package a custom permission set using Salesforce DX CLI and working with Unlocked Packages.

===========================
#### Contents:
- [Tools](#tools)
- [Tools](#tools)
- [Resources](#resources)

===========================
#### Tools
| Tool: | Version: |
| ------------ | ---------- |
| **SFDX-CLI** | ![npm](https://img.shields.io/npm/v/sfdx-cli.svg?label=SFDX-CLI&logo=Salesforce&style=Popout) |
| ------------ | ---------- |
| **SFDX-CLI** | [![npm](https://img.shields.io/npm/v/sfdx-cli.svg?label=SFDX-CLI&logo=Salesforce&style=Popout)](https://developer.salesforce.com/tools/sfdxcli) |

===========================
## The Project Overview
Expand Down Expand Up @@ -39,7 +39,7 @@ If you already have an authorized Dev Hub, set it as the default:
```
sfdx force:config:set defaultdevhubusername=<username|alias>
```
### Create a scratch org
### Create a scratch org
```
sfdx force:org:create -s -f config/project-scratch-def.json
```
Expand All @@ -49,11 +49,11 @@ sfdx force:source:push
```
### Open the scratch org and make some changes.
```
sfdx force:org:open
sfdx force:org:open
```
### Pull the changes
### Pull the changes
```
sfdx force:org:pull
sfdx force:org:pull
```
### Create a new Package Version
```
Expand Down

0 comments on commit 37a6c6c

Please sign in to comment.