{"id":48633982,"url":"https://github.com/nebulity/latdx-cli","last_synced_at":"2026-05-31T08:01:02.416Z","repository":{"id":348884761,"uuid":"1200238965","full_name":"nebulity/latdx-cli","owner":"nebulity","description":"LATdx CLI - Accelerate Salesforce Apex testing","archived":false,"fork":false,"pushed_at":"2026-05-29T07:56:13.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T09:26:39.908Z","etag":null,"topics":["apex","cli","developer-tools","latdx","salesforce","sfdx","testing"],"latest_commit_sha":null,"homepage":"https://latdx.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nebulity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-03T07:22:57.000Z","updated_at":"2026-05-29T07:56:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nebulity/latdx-cli","commit_stats":null,"previous_names":["nebulity/latdx-cli"],"tags_count":76,"template":false,"template_full_name":null,"purl":"pkg:github/nebulity/latdx-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulity%2Flatdx-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulity%2Flatdx-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulity%2Flatdx-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulity%2Flatdx-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nebulity","download_url":"https://codeload.github.com/nebulity/latdx-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulity%2Flatdx-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33723549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apex","cli","developer-tools","latdx","salesforce","sfdx","testing"],"created_at":"2026-04-09T07:16:02.597Z","updated_at":"2026-05-31T08:01:02.411Z","avatar_url":"https://github.com/nebulity.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LATdx CLI\n\n**Speed up your Salesforce Apex tests.**\n\nLATdx delivers near real-time feedback so you can stay in your flow and ship confidently, without waiting on slow test cycles.\n\n## Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash\n```\n\nInstall a specific version:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash -s -- 0.15.2\n```\n\nCustom install directory:\n\n```bash\nLATDX_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash\n```\n\n### Platforms\n\n| Platform | Asset |\n|----------|-------|\n| macOS Apple Silicon | `latdx-darwin-arm64` |\n| macOS Intel | `latdx-darwin-x64` |\n| Linux x64 | `latdx-linux-x64` |\n| Linux ARM64 | `latdx-linux-arm64` |\n| Windows x64 | `latdx-win-x64.exe` |\n\n### Manual download\n\nDownload binaries directly from the [Releases](https://github.com/nebulity/latdx-cli/releases) page.\n\n### Verify downloads\n\nEach release includes `SHA256SUMS` and a `SHA256SUMS.minisig` signature. To verify:\n\n```bash\n# SHA256 checksum\nshasum -a 256 -c SHA256SUMS\n\n# Minisign signature (if minisign is installed)\nminisign -Vm SHA256SUMS -p minisign.pub\n```\n\n## Quick start\n\n```bash\n# Run tests for a specific class\nlatdx test run -n MyApexTest -o my-org\n\n# Run tests from local files\nlatdx test run --file src/classes/MyApexTest.cls -o my-org\n\n# See all options\nlatdx --help\n```\n\n## Documentation\n\nVisit [latdx.com](https://latdx.com) for full documentation.\n\n## Issues\n\nFound a bug or have a feature request? [Open an issue](https://github.com/nebulity/latdx-cli/issues/new/choose).\n\n## License\n\nLATdx is proprietary software. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebulity%2Flatdx-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebulity%2Flatdx-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebulity%2Flatdx-cli/lists"}