|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/salesforce-development-with-sfdx-cli-git-and-vs-code/
课程评论:没有评论
**Coursera课程《利用SFDX CLI、Git与VS Code加速Salesforce开发》内容摘要** 本课程旨在教授学员如何利用SFDX CLI、Git和VS Code这三大工具,高效地进行Salesforce开发。课程时长约70分钟,涵盖了从软件安装到实际代码编写、部署和版本控制的全部流程,特别适合Salesforce新手或希望提升开发效率的专业人士。 **核心学习内容包括:** 1. **软件安装与准备:** * 安装Visual Studio Code (VS Code)。 * 安装Salesforce CLI (SFDX CLI)。 * 安装Git版本控制系统。 * 安装Salesforce Extension Pack for VS Code。 2. **SFDX CLI的强大功能:** * **项目管理:** 创建SFDX项目,授权Salesforce组织。 * **组件操作:** 创建和管理Manifest文件,利用Manifest文件进行组件的检索和部署,创建部署包。 * **直接文件操作:** 不使用Manifest文件进行组件的部署和检索。 * **VS Code集成:** 利用VS Code的Org Browser功能,直接在VS Code中创建Apex类及其他组件。 * **测试与覆盖率:** 在VS Code中执行Apex测试类,并检查Apex代码覆盖率。 3. **Git基础操作与版本控制:** * 将SFDX项目推送到Git存储库。 * 将Git分支克隆到VS Code。 * 追踪代码变更。 * 执行Staging、Commit和Push操作。 * 从云端存储库Pull代码。 * 将新的分支Pull到VS Code。 * 在VS Code中创建新的分支。 4. **SFDX CLI与Git的结合应用:** * 深入理解SFDX CLI和Git的协同工作方式。 * 学习如何结合使用这些工具进行更复杂的开发流程。 5. **VS Code的实用技巧:** * **SOQL查询构建器:** 高效编写SOQL查询。 * **匿名Apex执行:** 直接在VS Code中执行匿名Apex代码。 * **代码格式化:** 轻松格式化代码,提高可读性。 * **代码对比:** 在VS Code中方便地进行代码版本对比。 通过本课程的学习,学员将能够熟练运用SFDX CLI、Git和VS Code,显著提升Salesforce开发的速度和质量。
In this course, you will be able to write and deploy your codes to Salesforce from VS Code. You will learn basic git operation and its combined operations with SFDX CLI with some power of VS Code.In these 70 mins, we will install the necessary software. After that, we will kick start with our Hands-on. Starting with SFDX CLI, we will learn project creation, deployment, retrieval, and creation of the components. We will also learn Test class execution and Apex code coverage from VS code. Then we will start with Git including the basic operations of Git. After that, we will focus on the combined operations of SFDX CLI and Git with VS Code. We will learn some cool tricks with VS Code. If you are a beginner in the Salesforce ecosystem or a learning professional, then this course is perfect for you to speed up your Salesforce development with SFDX CLI, Git, and VS Code.This course will include the following topics:1. Installation of necessary software:Installation of VS CodeInstallation of SFDX CLIInstallation of GitSalesforce Extension Pack2. Power of SFDX CLICreating SFDX ProjectAuthorizing OrgCreating and using the manifest fileRetrieving components using the manifest fileDeploying components using the manifest fileCreating deployment package using the manifest fileDeploying and retrieving files without using the manifest fileOrg browser in VS CodeCreating class and components from VS CodeExecuting test class from VS CodeCheck Apex Code Coverage from VS Code3. Understanding the Git operationsPushing SFDX Project to Git RepoCloning branch to VS CodeTracking the Code changesStaging, committing, and pushing the changesPulling changes from the cloud repositoryPulling new branches to VS CodeCreating new branches in VS Code4. Combined use of SFDX CLI and GitUnderstanding the combined operations of SFDX CLI and Git5. Effective use of VS CodeSOQL Query BuilderAnonymous Apex Execution from VS CodeFormatting the Code easilyCode comparing in VS Code