위치:
DevOps Center 확장 패키지 구축
Salesforce 파트너 및 ISV는 DevOps Center 기능을 확장하는 관리형 2세대(2GP) 확장 패키지를 구축할 때 스크래치 조직을 개발 환경으로 사용할 수 있습니다. 확장은 관리 패키지의 기능에 추가하는 모든 패키지, 구성 요소 또는 구성 요소의 집합입니다. 확장을 사용하려면 조직에 기본 관리 패키지가 설치되어 있어야 합니다.

더 일반적인 검색 용어를 사용하십시오.
필터 수를 줄여 검색 범위를 확장하십시오.
Salesforce 파트너 및 ISV는 DevOps Center 기능을 확장하는 관리형 2세대(2GP) 확장 패키지를 구축할 때 스크래치 조직을 개발 환경으로 사용할 수 있습니다. 확장은 관리 패키지의 기능에 추가하는 모든 패키지, 구성 요소 또는 구성 요소의 집합입니다. 확장을 사용하려면 조직에 기본 관리 패키지가 설치되어 있어야 합니다.
| 필요한 사용자 권한 | |
|---|---|
| DevOps Center 설치 및 구성: | AppExchange 패키지 다운로드 |
| 패키지 만들기: | AppExchange 패키지 만들기 |
| 패키지 업로드: | AppExchange 패키지 업로드 |
확장 패키지를 구축할 때 스크래치 조직을 개발 환경으로 사용하기 위한 가이드로 이 상위 수준의 워크플로를 사용하십시오.
{
"orgName": "Acme",
"edition": "Enterprise",
"features": ["DevOpsCenter"],
"settings": {
"devHubSettings": {
"enableDevOpsCenterGA": true
}
}
}
조직 형태를 기반으로 스크래치 조직을 만드는 경우 DevOps Center 약관의 일부로 법적 이유로 스크래치 조직 정의 파일에 DevOps Center 기능 및 설정을 포함해야 합니다.
{
"orgName": "Acme",
"sourceOrg": "00DB1230400Ifx5",
"features": ["DevOpsCenter"],
"settings": {
"devHubSettings": {
"enableDevOpsCenterGA": true
}
}
}
나중에 패키지 버전을 만드는 동안 정의 파일을 참조하거나 명령줄에 명시할 수도 있습니다. 2세대 관리형 패키지 개발자 가이드에서 2세대 관리형 패키지의 프로젝트 구성 파일의 예제 파일을 참조하십시오.
Salesforce CLI를 사용하여 추가 스크래치 조직에 패키지를 설치하려면 04t로 시작하는 패키지 ID를 기록합니다.
sfdx_project.json 프로젝트 파일에 정의 파일을 포함하지 않은 경우 명령줄에 해당 파일을 표시해야 합니다. 예:
sf package version create --package "Agile Addon " --definition-file config/project-scratch-def.json \
--installation-key test1234 --wait 10 
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.