You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2024. It is now read-only.
***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))
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fdxatscale%2Fsfpowerscripts?ref=badge_shield)[](https://bestpractices.coreinfrastructure.org/projects/5614)
12
+
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fflxblio%2Fsfp?ref=badge_shield)[](https://bestpractices.coreinfrastructure.org/projects/5614)
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
17
17
18
18
#### Features
19
19
@@ -26,10 +26,10 @@ A build system for package based development in Salesforce, delivered as a node
26
26
- Integrate with any CI/CD system of choice
27
27
- All commands are enabled with statsD, for collecting metrics about your pipeline.
28
28
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
30
30
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)
33
33
34
34
35
35
@@ -45,29 +45,29 @@ used by using the [docker image](https://github.com/dxatscale/sfpowerscripts/pkg
45
45
46
46
#### CI/CD Reference Implementation
47
47
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)
49
49
50
-
#### Installing sfpowerscripts locally
50
+
#### Installing sfp locally
51
51
52
-
sfpowerscripts can be installed on your local device using npm
52
+
sfp can be installed on your local device using npm
53
53
54
54
```
55
-
npm i -g @dxatscale/sfpowerscripts
55
+
npm i -g @flxblio/sfp
56
56
```
57
57
58
58
59
59
#### Docker
60
60
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).
62
62
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.
64
64
65
65
#### Build Instructions
66
-
To build sfpowerscripts execute the following on the terminal:
66
+
To build sfp execute the following on the terminal:
67
67
```
68
68
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
71
71
lerna run build
72
72
```
73
73
@@ -80,19 +80,19 @@ lerna run test
80
80
To debug and test plugin
81
81
82
82
```
83
-
cd packages/sfpowerscripts-cli
83
+
cd packages/sfp-cli
84
84
npm link
85
85
```
86
86
87
87
#### Maintainers
88
88
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)
90
90
91
91
92
92
#### Where do I reach for queries?
93
93
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.
0 commit comments