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

Commit

Permalink
Merge branch 'develop' into hotfix/pmd
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam authored Aug 10, 2021
2 parents ba09cde + df0bcba commit 19aa88b
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 11 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![DeepScan grade](https://deepscan.io/api/teams/10234/projects/12959/branches/208838/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=10234&pid=12959&bid=208838) [![Build Status](https://dev.azure.com/dxatscale/sfpowerscripts/_apis/build/status/Release?branchName=develop)](https://dev.azure.com/dxatscale/sfpowerscripts/_build/latest?definitionId=40&branchName=develop) [![codecov](https://codecov.io/gh/Accenture/sfpowerscripts/branch/develop/graph/badge.svg?token=BOSH3G2PSU)](https://codecov.io/gh/Accenture/sfpowerscripts) [![CodeFactor](https://www.codefactor.io/repository/github/accenture/sfpowerscripts/badge)](https://www.codefactor.io/repository/github/accenture/sfpowerscripts)
[![DeepScan grade](https://deepscan.io/api/teams/10234/projects/12959/branches/208838/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=10234&pid=12959&bid=208838) [![Build Status](https://dev.azure.com/dxatscale/sfpowerscripts/_apis/build/status/Release?branchName=develop)](https://dev.azure.com/dxatscale/sfpowerscripts/_build/latest?definitionId=40&branchName=develop) [![CodeFactor](https://www.codefactor.io/repository/github/accenture/sfpowerscripts/badge)](https://www.codefactor.io/repository/github/accenture/sfpowerscripts)

[![npm (tag)](https://img.shields.io/npm/v/@dxatscale/sfpowerscripts/alpha)](https://www.npmjs.com/package/@dxatscale/sfpowerscripts/v/alpha) [![npm (tag)](https://img.shields.io/npm/v/@dxatscale/sfpowerscripts/beta)](https://www.npmjs.com/package/@dxatscale/sfpowerscripts/v/beta) [![npm](https://img.shields.io/npm/v/@dxatscale/sfpowerscripts)](https://www.npmjs.com/package/@dxatscale/sfpowerscripts) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/dxatscale/sfpowerscripts)](https://hub.docker.com/r/dxatscale/sfpowerscripts)

Expand Down Expand Up @@ -56,6 +56,28 @@ The sfpowerscripts docker image has the following SFDX CLI plugins installed:

We recommend using the sfpowerscripts docker image to avoid breakages in your CICD pipelines due to updates in sfpowerscripts or any of its dependencies such as the SFDX CLI.

#### Build Instructions
To build sfpowerscripts execute the following on the terminal:
```
npm i -g lerna #Install Lerna Globally
cd <sfpowerscrips directory> # Navigate to the checked out directory
lerna bootstrap
lerna run build
```

To run unit tests

```
lerna run test
```

To debug and test plugin

```
cd sfpowerscripts-cli
sfdx plugins:link
```

#### Maintainers

List of Maintainers are available in the [link](https://dxatscale.gitbook.io/sfpowerscripts/maintainers)
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"semver": "^7.3.5",
"shelljs": "^0.8.4",
"simple-git": "^2.36.1",
"tar": "^6.1.0",
"tar": "^6.1.2",
"tmp": "^0.2.1",
"xml2js": "^0.4.23"
},
Expand Down
Loading

0 comments on commit 19aa88b

Please sign in to comment.