Alan Morey

Results 12 comments of Alan Morey

Both jars exist in the Maven Central repository https://search.maven.org/artifact/com.force.api/force-metadata-api/48.1.0/jar https://search.maven.org/artifact/com.force.api/force-partner-api/48.1.0/jar You could try removing local repository caches for maven and groovy grapes: **Linux/Mac** ``` rm -rf ~/.m2/repository ~/.groovy/grapes ``` **Windows**...

There is currently no way to set any kind of limits to the number of items to be retrieved together for Profiles and PermissionSets. It's currently broken down into a...

Is there any update on status of work item [W-11731121](https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE0000166SEbYAM/view)? My team and I have had to pin our version to 7.162.0, we would really like to keep up to...

@hkdobrev Is there any plan to publish the 0.4.0 release to npm?

> Thanks for the detailed report! This behavior was done intentionally because we couldn't think of a case where this would be desired, and if you really wanted to do...

FYI, this bug is still present in `v1.79.5` ``` CLI Version: @salesforce/cli/1.79.5 Architecture: linux-x64 Node Version: node-v18.16.0 Plugin Version: @oclif/plugin-autocomplete 2.2.0 (core) @oclif/plugin-commands 2.2.15 (core) @oclif/plugin-help 5.2.9 (core) @oclif/plugin-not-found 2.3.23...

Updated to Latest: 2.61.8, issue still present. ```json { "architecture": "linux-x64", "cliVersion": "@salesforce/cli/2.61.8", "nodeVersion": "node-v18.20.3", "osVersion": "Linux 6.8.0-45-generic", "rootPath": "/home/alan.morey/.volta/tools/image/packages/@salesforce/cli/lib/node_modules/@salesforce/cli", "shell": "zsh", "pluginVersions": [ "@oclif/plugin-autocomplete 3.2.5 (core)", "@oclif/plugin-commands 4.0.16 (core)",...

@mdonnalley I do not have those permissions: > My PROD Permissions: > > * Includes: > > * Manage Sandboxes > * Manage Dev Sandboxes > > * Excludes: >...

Ran as follows for debug output ```bash JSFORCE_LOG_LEVEL=DEBUG sf org refresh sandbox -n alandev03 -f config/dev-sandbox-def.json -o PROD -w 99 --dev-debug --no-prompt &> refresh-debug-output.txt ``` Output attached: [refresh-debug-output.txt.gz](https://github.com/user-attachments/files/17346895/refresh-debug-output.txt.gz) Note: In...

@cristiand391 I actually did not try using `ActivationUserGroupId` in the sandbox definition file. :grimacing: I'll give it a try and get back to you. When I didn't see it in...