Skip to main content

CLI Reference

The Mantle CLI provides a unified interface for secret protection in your CI/CD pipelines.

Commands

CommandDescription
runRun commands with protection

Global Options

dotset mantle --version    # Show version
dotset mantle --help       # Show help

Quick Examples

# Zero-setup protection
dotset mantle run -- npm start

# Redact secrets from output
dotset mantle run --mode redact -- npm test

# Generate compliance report
dotset mantle run --report -- npm test