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

Commit 64de1c2

Browse files
author
sfopsbot
committed
chore(sfp): move to sfp cli from flxbl-io
1 parent 2cab0e8 commit 64de1c2

File tree

426 files changed

+63824
-597
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

426 files changed

+63824
-597
lines changed

packages/sfpowerscripts-cli/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [20.30.0](https://github.com/dxatscale/sfpowerscripts/compare/@dxatscale/sfpowerscripts@20.29.0...@dxatscale/sfpowerscripts@20.30.0) (2023-03-22)
6+
# [20.30.0](https://github.com/flxblio/sfp/compare/@flxblio/sfp@20.29.0...@flxblio/sfp@20.30.0) (2023-03-22)
77

88

99
### Features
1010

11-
* **publish:** Add new flag to delete Git tags by age and limit ([#1275](https://github.com/dxatscale/sfpowerscripts/issues/1275)) ([aae62d6](https://github.com/dxatscale/sfpowerscripts/commit/aae62d6d3e7eb390dddcf2ca46b99b44ca4cc933))
11+
* **publish:** Add new flag to delete Git tags by age and limit ([#1275](https://github.com/flxblio/sfp/issues/1275)) ([aae62d6](https://github.com/flxblio/sfp/commit/aae62d6d3e7eb390dddcf2ca46b99b44ca4cc933))
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<p align="center">
2-
<img alt="sfpowerscripts" src="https://repository-images.githubusercontent.com/248449736/448f93b4-9883-48da-a75c-330f242bbf8c" width="480" height="400">
2+
<img alt="sfp" src="https://repository-images.githubusercontent.com/248449736/448f93b4-9883-48da-a75c-330f242bbf8c" width="480" height="400">
33
</p>
44

5-
![Version](https://img.shields.io/npm/v/@dxatscale/sfpowerscripts.svg)
6-
[![GitHub stars](https://img.shields.io/github/stars/dxatscale/sfpowerscripts)](https://gitHub.com/dxatscale/sfpowerscripts/stargazers/)
7-
[![GitHub contributors](https://img.shields.io/github/contributors/dxatscale/sfpowerscripts.svg)](https://github.com/forcedotcom/dxatscale/sfpowerscripts/graphs/contributors/)
8-
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/dxatscale/sfpowerscripts/blob/master/LICENSE)
5+
![Version](https://img.shields.io/npm/v/@flxblio/sfp.svg)
6+
[![GitHub stars](https://img.shields.io/github/stars/flxblio/sfp)](https://github.com/flxblio/sfp/stargazers/)
7+
[![GitHub contributors](https://img.shields.io/github/contributors/flxblio/sfp.svg)](https://github.com/flxblio/sfp/graphs/contributors/)
8+
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/flxblio/sfp/blob/master/LICENSE)
99
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1010

1111
[![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)
12-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdxatscale%2Fsfpowerscripts.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdxatscale%2Fsfpowerscripts?ref=badge_shield) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5614/badge)](https://bestpractices.coreinfrastructure.org/projects/5614)
12+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fflxblio%2Fsfp.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fflxblio%2Fsfp?ref=badge_shield) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5614/badge)](https://bestpractices.coreinfrastructure.org/projects/5614)
1313

14-
[![Join slack](https://i.imgur.com/FZZmA3g.png)](https://launchpass.com/dxatscale)
14+
[![Join slack](https://i.imgur.com/FZZmA3g.png)](https://launchpass.com/flxblio)
1515

16-
A build system for package based development in Salesforce, delivered as a node cli that can be implemented in any CI/CD system of choice.Read more about the cli and details here - https://docs.dxatscale.io
16+
A build system for package based development in Salesforce, delivered as a node cli that can be implemented in any CI/CD system of choice.Read more about the cli and details here - https://docs.flxblio.io
1717

1818
#### Features
1919

@@ -26,10 +26,10 @@ A build system for package based development in Salesforce, delivered as a node
2626
- Integrate with any CI/CD system of choice
2727
- All commands are enabled with statsD, for collecting metrics about your pipeline.
2828

29-
There are lot more features to explore. Read more at https://docs.dxatscale.io
29+
There are lot more features to explore. Read more at https://docs.flxblio.io
3030

31-
The project is delivered as a <b>CLI</b> that can be deployed in any CI/CD system, The module is available in [NPM](https://www.npmjs.com/package/@dxatscale/sfpowerscripts) or can be
32-
used by using the [docker image](https://github.com/dxatscale/sfpowerscripts/pkgs/container/sfpowerscripts)
31+
The project is delivered as a <b>CLI</b> that can be deployed in any CI/CD system, The module is available in [NPM](https://www.npmjs.com/package/@flxblio/sfp) or can be
32+
used by using the [docker image](https://github.com/flxblio/sfp/pkgs/container/sfp)
3333

3434

3535

@@ -45,29 +45,29 @@ used by using the [docker image](https://github.com/dxatscale/sfpowerscripts/pkg
4545

4646
#### CI/CD Reference Implementation
4747

48-
Getting started guides for popular CI/CD platforms along with reference pipelines are available [here](https://docs.dxatscale.io/reference-implementation/github)
48+
Getting started guides for popular CI/CD platforms along with reference pipelines are available [here](https://docs.flxblio.io/implementing-your-ci-cd/github)
4949

50-
#### Installing sfpowerscripts locally
50+
#### Installing sfp locally
5151

52-
sfpowerscripts can be installed on your local device using npm
52+
sfp can be installed on your local device using npm
5353

5454
```
55-
npm i -g @dxatscale/sfpowerscripts
55+
npm i -g @flxblio/sfp
5656
```
5757

5858

5959
#### Docker
6060

61-
Docker images for sfpowerscripts are available at [GitHub Container Registry](https://github.com/dxatscale/sfpowerscripts/pkgs/container/sfpowerscripts).
61+
Docker images for sfp are available at [GitHub Container Registry](https://github.com/flxblio/sfp/pkgs/container/sfp).
6262

63-
We recommend using the sfpowerscripts docker image to avoid breakages in your CI/CD pipelines due to updates in sfpowerscripts or any of its dependencies such as the SFDX CLI.
63+
We recommend using the sfp docker image to avoid breakages in your CI/CD pipelines due to updates in sfp or any of its dependencies such as the SFDX CLI.
6464

6565
#### Build Instructions
66-
To build sfpowerscripts execute the following on the terminal:
66+
To build sfp execute the following on the terminal:
6767
```
6868
npm i -g lerna #Install Lerna Globally
69-
cd <sfpowerscripts directory> # Navigate to the checked out directory
70-
npm i
69+
cd <sfp directory> # Navigate to the checked out directory
70+
pnpm i
7171
lerna run build
7272
```
7373

@@ -80,19 +80,19 @@ lerna run test
8080
To debug and test plugin
8181

8282
```
83-
cd packages/sfpowerscripts-cli
83+
cd packages/sfp-cli
8484
npm link
8585
```
8686

8787
#### Maintainers
8888

89-
List of Maintainers are available in the [link](https://docs.dxatscale.io/about-us)
89+
List of Maintainers are available in the [link](https://docs.flxblio.io/about-us)
9090

9191

9292
#### Where do I reach for queries?
9393

94-
Please create an issue in the repo for bugs or utilize GitHub Discussions for other queries. Join our [Slack Community](https://launchpass.com/dxatscale) as well.
94+
Please create an issue in the repo for bugs or utilize GitHub Discussions for other queries. Join our [Slack Community](https://launchpass.com/flxblio) as well.
9595

9696

9797
## License
98-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdxatscale%2Fsfpowerscripts.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdxatscale%2Fsfpowerscripts?ref=badge_large)
98+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fflxblio%2Fsfp.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fflxblio%2Fsfp?ref=badge_large)

0 commit comments

Comments
 (0)