This guide walks you through running the full Supabase stack without Docker Desktop, using Podman and the Supabase CLI.
- Lightweight alternative to Docker
- Works great on Apple Silicon
- No Docker Desktop licensing constraints
This guide walks you through running the full Supabase stack without Docker Desktop, using Podman and the Supabase CLI.
This Go script retrieves all reports from a Salesforce org and saves them locally. It uses the Salesforce CLI (sf
) to authenticate and query the reports, and the sfdx
CLI to retrieve the reports in metadata format.
sf
) installedThis Go script is designed to help Salesforce developers identify unused formulas and variables in their Salesforce Flow XML files. By parsing the XML files, the script checks for any formulas and variables that are defined but not used anywhere within the flow. This can help in cleaning up the flow definitions, making them more maintainable and efficient.