cli
cli copied to clipboard
Salesforce CLI
sfdx force:auth:logout fails with "aliases.map is not a function" when user json file does not exist
### Summary sfdx force:auth:logout fails with "aliases.map is not a function" when user json file does not exist ### Steps To Reproduce: 1. Run `sfdx force:auth:logout -u this-user-does-not-exist.org --noprompt` ###...
**Is your feature request related to a problem? Please describe.** I want to create a plugin that creates a connected app. By looking at https://forcedotcom.github.io/sfdx-core/index.html I concluded that I could...
### Summary Prior to version 7.156.0 (7.155.1, for example) REST deploy was working as expected, as well as `.forceignore` files in subdirectories not being respected. Using 7.156.0 or later causes...
force:source:push removes entire static resource when single file removed in zipped static resource
### Summary When I try remove single file from static resource with content type = application/zip and run sfdx force:source:push then entire static resource is being removed from the org....
### Summary Running sfdx commands now leads to an error being output to stderr. ### Steps To Reproduce: 1. sfdx force:org:list ### Expected result Formatted list of my orgs. ###...
### Summary try to retrieve a version list of a package ### Steps To Reproduce: 1. sfdx force:package1:version:list ### Expected result list of version of managed package on the default...
**Is your feature request related to a problem? Please describe.** I am trying to create a managed package version of my app using a set of SFDX commands to deploy...
### Summary When running the command `sfdx force:package:version:list --json -p packageID` for an org dependent package, it is showing `"IsOrgDependent": "No"` despite the package being org dependent. This can be...
### Summary "sfdx force:source:manifest:create --fromorg" crashes with "The specified metadata type is unsupported: []" in same production org as that mentioned in #1492 ### Steps To Reproduce: **Repository to reproduce:**...
### Summary We have our CI-CD pipeline which creates a new version for every PR/Push, however, sometimes it gets failed intermittently with the error: ```ERROR running force:package:version:create: Before you can...