You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We need to find from the start of USER_DEBUG to the next non-debug line.
1287
+
# Notice "b" is put on a line by itself, making it tricky to include in output
1288
+
1289
+
sfdx force:apex:execute -u "${1}" -f /dev/stdin<<<"$apexCommand"# Execute the statement inside a system.debug(). execute expects a file, so use <<< trick to make it seem like a file
1290
+
}
1291
+
1292
+
alias lsorg='open https://grhc.lightning.force.com/lightning/setup/DataManagementCreateTestInstance/home'
1293
+
functionorgid() {
1294
+
exp "$1"'UserInfo.getOrganizationId()'
1295
+
}
1296
+
1297
+
# Some normal junk
1298
+
fzf_opts="--multi --layout=reverse --border"
1299
+
1300
+
# Preview files to the right, in bat for colorizing
0 commit comments