Skip to content

nebulity/latdx-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LATdx CLI

Speed up your Salesforce Apex tests.

LATdx delivers near real-time feedback so you can stay in your flow and ship confidently, without waiting on slow test cycles.

Install

curl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash

Install a specific version:

curl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash -s -- 0.15.2

Custom install directory:

LATDX_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/nebulity/latdx-cli/main/install.sh | bash

Platforms

Platform Asset
macOS Apple Silicon latdx-darwin-arm64
macOS Intel latdx-darwin-x64
Linux x64 latdx-linux-x64
Linux ARM64 latdx-linux-arm64
Windows x64 latdx-win-x64.exe

Manual download

Download binaries directly from the Releases page.

Verify downloads

Each release includes SHA256SUMS and a SHA256SUMS.minisig signature. To verify:

# SHA256 checksum
shasum -a 256 -c SHA256SUMS

# Minisign signature (if minisign is installed)
minisign -Vm SHA256SUMS -p minisign.pub

Quick start

# Run tests for a specific class
latdx test run -n MyApexTest -o my-org

# Run tests from local files
latdx test run --file src/classes/MyApexTest.cls -o my-org

# See all options
latdx --help

Documentation

Visit latdx.com for full documentation.

Issues

Found a bug or have a feature request? Open an issue.

License

LATdx is proprietary software. See LICENSE for details.

About

LATdx CLI - Accelerate Salesforce Apex testing

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages