cli
cli copied to clipboard
Salesforce CLI
### Summary We are using [prettier](https://developer.salesforce.com/tools/vscode/en/user-guide/prettier/) code formatter, which by [default](https://prettier.io/docs/en/options.html#end-of-line) preserves line ending. However when we commit, deploy and then retrieve, ending lines are removed from my local files,...
### Summary CLI retrieve CustomObjectTranslation Manage Package layout ### Steps To Reproduce: cli retrieve CustomObjectTranslation with Layout is missing the namespace what we got: Layout Name what we should got:...
### Summary I've tested this with multiple versions of the cli. Package has multiple projects, but no repeats of the metadata within them. currently: sfdx-cli/7.169.1 darwin-x64 node-v16.15.0 ``` { "packageDirectories":...
### Summary When running force:source:deploy with --coverageformatters cobertura, it generate a cobertura xml file with the coverage results. However the filename path is invalid which means ci/cd tooling can't associate...
### Summary After the changes via PR https://github.com/salesforcecli/plugin-org/pull/391, `force:org:create` will no longer invoke the postorgcreate hook, as the lifecycleEventNames prop has been removed and no lifecycle listener gets registered here:...
All packaging beta commands are implemented in [plugin-packaging](https://github.com/salesforcecli/plugin-packaging) and ready for non-CI use. The current, non-beta packaging commands from the salesforce-alm plugin are deprecated and will display a warning when...
Parent directory named 'lwc' outside the app directory causes deploy to fail with cryptic message.
### Summary A parent directory named 'lwc' will cause deployments to fail with cryptic error message: ``` $ pwd ~/projects/lwc/TestApp $ sfdx force:source:deploy -p force-app/main/default/lwc *** Deploying with SOAP API...
### Summary Having an issue where my force:cmdt:record:insert command only auto-generates an underscore for the first space in a Label which makes it error when I try to deploy ###...
**Is your feature request related to a problem? Please describe.** I would like to stop using these tools while testing platform events: https://developer.salesforce.com/docs/atlas.en-us.238.0.platform_events.meta/platform_events/code_sample_java_client_intro.htm https://workbench.developerforce.com/login.php **What are you trying to do**...
### Summary I'm using sfdx to convert mdapi to source format. ### Steps To Reproduce: 1.Clone test source data here https://github.com/tsofindavid/sfdx-issue/tree/main. 2.Run sfdx force:mdapi:convert --dev-debug -r ./path_to_sourceFolder ### Expected result...