DX@Scale Repository Template Including Starter Pipelines For Major ...
Có thể bạn quan tâm
- Notifications You must be signed in to change notification settings
- Fork 38
- Star 24
DX@Scale Repository template including starter pipelines for major CI/CD platforms
docs.dxatscale.ioLicense
MIT license 24 stars 38 forks Branches Tags Activity Star Notifications You must be signed in to change notification settings- Code
- Issues 3
- Pull requests 1
- Projects 0
- Security
- Insights
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Latest commitHistory55 Commits | ||||
.azure-pipelines | .azure-pipelines | |||
.forceignores | .forceignores | |||
.github/workflows | .github/workflows | |||
.vscode | .vscode | |||
config | config | |||
dashboards | dashboards | |||
release-definitions | release-definitions | |||
runbook | runbook | |||
scripts | scripts | |||
src-access-management | src-access-management | |||
src-env-specific-alias-post | src-env-specific-alias-post | |||
src-env-specific-alias-pre | src-env-specific-alias-pre | |||
src-env-specific-pre | src-env-specific-pre | |||
src-temp | src-temp | |||
src-ui | src-ui | |||
src | src | |||
.forceignore | .forceignore | |||
.gitignore | .gitignore | |||
.gitlab-ci.yml | .gitlab-ci.yml | |||
CONTRIBUTING.md | CONTRIBUTING.md | |||
LICENSE | LICENSE | |||
README.md | README.md | |||
sfdx-project.json | sfdx-project.json | |||
View all files |
Repository files navigation
- README
- Code of conduct
- MIT license
This repository contains all the core salesforce code and metadata for project
Development
This project is using a scratch org development model. In order to contribute you will need to create a scratch org with and push all metadata configuration and code.
Dependencies
- sf cli
- @dxatscale/sfpowerscripts plugin ( npm i -g @dxatscale/sfpowerscripts)
Scratch Org Setup
For this you will need to be authenticated to a Dev Hub org - this is typically the Production Org
-
Authenticate to the DevHub (Production Org)
You need to perform this step only once
$ sf auth:web:login -setalias devhub -
Clone the repository
-
There are two options: fetch a scratch org with package dependencies pre-installed, or create an empty scratch org
-
Option A: Fetch a scratch org from the pool [Preferred]
sfp pool:fetch -t dev -a <alias> -
Option B: Create a scratch org and install all dependencies
sfdx org:create --definitionfile config/project-scratch-def.json --setalias <myScratchOrg> --targetdevhubusername <devhub-alias> sfp dependency:install --targetusername <myScratchOrg> -v <devhub-alias> Push the source code sf project deploy start --targetusername <myScratchOrg>
-
File structure
src
Each domain should be represented by a subfolder under this directory. For example, the core schema is defined as src/core-crm.
src-env-specific
Metadata that is specific to a particular org should be stored here, under the relevant org folder e.g. sit.
src-access-management
This folder is comprised of metadata relating to profiles and other access management.
scripts
Container for scripts organised by domain e.g. customer, candidates. Initialisation scripts for scratch orgs are also found here.
forceignores
Container for .forceignore files belonging to different scratchorg configurations.
src-temp
New metadata created in scratch orgs is automatically pulled to this location, and must be moved into a package as it does not get deployed.
About
DX@Scale Repository template including starter pipelines for major CI/CD platforms
docs.dxatscale.ioTopics
gitlab-ci salesforce cicd hacktoberfest sfdx azure-pipelines github-actions dxatscaleResources
ReadmeLicense
MIT licenseCode of conduct
Code of conduct Activity Custom propertiesStars
24 starsWatchers
8 watchingForks
38 forks Report repositoryReleases
No releases publishedContributors 11
Languages
- Shell 100.0%
Từ khóa » Dx@scale Github
-
Guides To Apply Dxatscale - GitHub
-
Dxatscale - GitHub
-
DX@Scale Release Log - GitHub
-
GitHub - DX@Scale
-
Solution Overview - DX@Scale
-
Dxatscale On Twitter: "DX@Scale Utilizes Variety Of Open-source ...
-
@dxatscale/sfp-cli - Npm
-
Henry Lay - Application Development Specialist - Accenture - LinkedIn
-
Sample CI Repos For Package Development Model
-
Team Development On With Github And Ant - SlideShare
-
Pipeline Orchestration
-
Exploring The Ecosystem Of Software Developers On Github And Other ...
-
Running A Provar CI Task In GitHub Actions