salesforce vscode 获取profile metadata所有配置内容

1.更新cli:sfdx update

2.安装read插件:sfdx plugins:install sfdx-plugin-source-read

3.通过vscode☁️(org browser)或者package.xml拉取profile,此时获取的简档没有所有配置内容

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Package xmlns="http://soap.sforce.com/2006/04/metadata">

<types>

<members>*</members>

<name>Profile</name>

</types>

<version>59.0</version>

</Package>

4.在命令行执行命令retrieve profile: sfdx force:source:read -m "profile:System Administrator"

相关推荐
叶庭云2 小时前
一文理解在 VSCode 中成功使用 Claude Code 插件
vscode·插件·api key·vibe coding·claude code·base url·coding agent
wincheshe3 小时前
React Native inspector 点击组件跳转编辑器技术详解
react native·react.js·编辑器
zhaqonianzhu14 小时前
【vsc】cpptools占用内存过大
vscode
智慧地球(AI·Earth)19 小时前
Codex配置问题解析:wire_api格式不匹配导致的“Reconnecting...”循环
开发语言·人工智能·vscode·codex·claude code
markvivv1 天前
在 Kylin Linux Advanced Server for Kunpeng V10 上构建 VSCode 1.106
linux·vscode·kylin
zhangfeng11331 天前
Kiro python环境的设置 中文语言包设置,通用vscode ,因为kiro是vscode基础上做的
开发语言·vscode·python
微醺的老虎1 天前
【工具】vscode格式化json文件
ide·vscode·编辑器
乔宕一1 天前
vscode 设置每次调试 powershell 脚本都使用临时的 powershell 终端
ide·vscode·编辑器
唐装鼠1 天前
linux vscode解压版 AI账号无法登陆问题(浏览器无法打开vscode)
linux·运维·vscode
山峰哥1 天前
数据库工程与SQL调优实战:从原理到案例的深度解析
java·数据库·sql·oracle·性能优化·编辑器