Skip to content

Instantly share code, notes, and snippets.

View prakharxagrawal's full-sized avatar
🏠
Working from home

Prakhar Agrawal prakharxagrawal

🏠
Working from home
  • Citi
  • Chennai
View GitHub Profile
@prakharxagrawal
prakharxagrawal / download_all_saleforce_debuglogs.cmd
Last active April 30, 2024 02:12
This Gist has Script to download Debug Logs as a Bulk Jub from Salesforce.
rem I have modified this Script from a bash script to a Batch Script
rem the modified Bash Script for this was created by roko-p
rem Here is the Git URL for Bash Script Using SFDX-CLI
rem https://gist.github.com/roko-p/d5d519c1cb4addfdd4644fd11c0aaa02
rem Below are the comments by roko-p
rem This Original is a script by Thomas Gagné posted here:
rem https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8irTSAR
rem but modified to use the `sfdx` CLI tool instead
@prakharxagrawal
prakharxagrawal / download_all_debug_logs.sh
Created April 28, 2024 16:39 — forked from roko-p/download_all_debug_logs.sh
Download all debug logs from a Salesforce org
#!/bin/bash
# This is a script by Thomas Gagné posted here:
# https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8irTSAR
# but modified to use the `sfdx` CLI tool instead
# of the `force` CLI tool.
# This assumes the user is logged in and the default
# org is set. If you're running this outside of a
# Salesforce DX project folder, just add the username
# (to specify which org to run this against) to both