Lucidchart Debug Bundle
Debug Script
#!/bin/bash
BUNDLE="lucidchart-debug-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BUNDLE"
echo "LUCID_API_KEY: ${LUCID_API_KEY:+SET}" > "$BUNDLE/summary.txt"
echo "Timestamp: $(date -u)" >> "$BUNDLE/summary.txt"
tar -czf "$BUNDLE.tar.gz" "$BUNDLE" && rm -rf "$BUNDLE"
echo "Bundle: $BUNDLE.tar.gz"
Resources
Next Steps
See lucidchart-rate-limits.