Questions tagged [commandline]
The commandline tag has no summary.
55 questions
0 votes
0 answers
253 views
sf project deploy start to Production Org doesn't work
Since approximately 2 weeks I have been facing the following issue: When I run sf project deploy start within my VS Code terminal, the code gets "deployed". Meaning the command executes as ...
0 votes
1 answer
77 views
Data command missing in sf CLI [duplicate]
I am not able see "data" in sf command CLI Can you help me why I am not able to see
0 votes
0 answers
1k views
Running the Data Loader from the command line
I'm trying to setup a scheduled export with the data loader. I'm trying to follow the instructions provided by Salesforce here but can't get past Step 1. Has anyone had a similar issue trying to ...
4 votes
1 answer
237 views
Can I check Salesforce CLI Release notes right within the terminal?
I want to find and read about all the new features and enhancements in the Salesforce CLI every time I decide to upgrade to the latest. Is there a command that I can execute to read the Salesforce CLI ...
0 votes
1 answer
1k views
CLI Unification: Is there an 'sf' equivalent of 'sfdx' --dev-debug?
I run into an issue authenticating a Salesforce org with the new sf executable. Using sf login org -a myAlias giving me an this error: JsonParseError: Unexpected end of JSON input For sfdx it was ...
3 votes
1 answer
5k views
How to combine/manage all aliases for the same org
I have a trailhead playground org (not a scratch org) for which I've created multiple aliases and now I'd like to know how I can keep one and delete all the others using the Salesforce CLI? Also, is ...
1 vote
0 answers
55 views
Does SSO login works with Data Loader CLI? [duplicate]
For security reasons we are establishing SSO login to the entire org but we are facing an issue coming to Data loader CLI users. In CLI the username and password are provided in the process-conf files,...
0 votes
0 answers
229 views
Command line Data Loader for scheduled import of parent and child records
I am struggling with an urgent issue related to periodically scheduling data import using Dataloder CLI. We are planning to use command line DataLoader for scheduling the data load for multiple ...
3 votes
1 answer
5k views
OAuth+SSO login works with Data Loader GUI but not Data Loader CLI
GUI On my Windows machine, I can login with GUI Data Loader 44.0.0 without providing a username and password, by choosing "OAuth" and "Production" environment and clicking "...
0 votes
1 answer
294 views
Data Loader - Command Line - Field Aliases
I am trying to extract data using Data Loader command line but can't get aliases to work. The following SOQL query will work perfectly fine in the Developer console: Select Hub_Name__r.Name ...
0 votes
1 answer
464 views
Dataloader via Command Line cannot export out fields like Id and formula fields
I am currently using a batch script I wrote up to export out multiple standard/custom objects out daily so I need to use Dataloader Command Line to accomplish my job. However I noticed that ...
0 votes
1 answer
582 views
Dataloader Command line error
I need to be able to run Data Loader from the command line (we need a scheduled import/export of data once per day). I created the conf file but get the error message below when I run the proccess.bat ...
1 vote
1 answer
180 views
Error in process.bat step FileNotfoundException
I am following Dataloader Command Prompt. I have completed all earlier steps but facing some errors in process.bat part java.io.FileNotFoundException: C:\DLTest\process.xml\process-conf.xml My ...
0 votes
1 answer
1k views
encrypt.bat -g "seedtext" doesnt work in command line
I am trying to load some data using command prompt, but I cant able to encrypt using encrypt.bat -g "seedtext", below the snippet, encrypt.bat -g accs command promts shows "unsupported option -g", ...
0 votes
1 answer
482 views
Data Loader Command line: fields are not validated and then insert is not performed correctly
I am currently using a powershell script to run a data loader command line insert job. The process appears to run correctly, and shows all records successfully inserted. However, when referenced in ...