Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 SalesforceDX 进行增量/部分部署。这样就只部署了更改的组件,而不是完整的构建?
您还可以使用逗号分隔的列表来决定要部署的文件,如下所示:
sfdx force:source:deploy -p path/file1, path/file2, ...</p>
如果您要部署到临时组织,不幸的是,您只能将在本地进行的所有更改推送到组织。
但是,如果您要部署到 Dev Hub 组织,您可以右键单击组件的文件夹,然后单击“将源部署到组织”
将源代码部署到 org