Thomas Gagne
Thomas Gagne
This has got to be a bug. The ant migration tool could limit itself to only what was in the package.xml file. It had the extra feature of deploying even...
Droz2:~ tgagne$ sfdx version --verbose CLI Version : sfdx-cli/7.161.0 Architecture: darwin-x64 Node Version : node-v18.7.0 Plugin Version: @copado/copado-cli 1.1.15 @oclif/plugin-autocomplete 0.3.0 (core) @oclif/plugin-commands 1.3.0 (core) @oclif/plugin-help 3.3.1 (core) @oclif/plugin-not-found 1.2.6...
I confirmed it works locally and seems only to be an issue when ssh'd--even to localhost.
That lets it work. Thank you. Does that mean there's a way to fix it? I'm unsure we want to unlock/lock the keychain with every invocation, or ask for a...
[This stackoverflow article](https://stackoverflow.com/questions/61076294/how-to-handle-requests-exceptions-invalidurl-failed-to-parse-in-python) suggested the problem was in the urllib3 module or a broken 2.23 requests module. I've tried both upgrading urllib3 and downgrading requests without changing the result. (I've...
under the debugger, I discovered the body attribute of the record (it's an attachment) no longer has the rest URI for the body like, `services/data/v42.0/sobjects/Attachment/00P1M00001ALzemUAD/Body` but instead contains: `OrderedDict([('encrypted', False),...
Wow totally missed your response. Sorry about that. I don't think I needed to get the deleted rows--but could be wrong. That message was from July 2 2020, so I...
Disappointed it's closed. I'm getting the same error. Note -- I am only trying to retrieve a custom field using the `-m` parameter. It seems related to using an older...