Gluon CLI Reference
All commands use thegln prefix.
Core Commands
gln init
Initialize Gluon in your project.gln analyze
Run static security analysis.| Option | Description |
|---|---|
--fix | Auto-fix issues where possible |
--format <fmt> | Output format: text, json, sarif |
gln run
Run a command with runtime monitoring.| Option | Description |
|---|---|
--mode <mode> | Secret protection: detect, redact, block |
--redact-text <text> | Custom redaction text (default: [REDACTED]) |
--no-secrets | Disable secret detection |
--no-network | Disable network monitoring |
gln sbom
Generate a Software Bill of Materials.| Option | Description |
|---|---|
--format <fmt> | Format: cyclonedx, spdx |
--output <file> | Output file path |
--static | Include static analysis results |
Configuration
gln config
View or set configuration.Reports
gln report
Generate security report.| Option | Description |
|---|---|
--format <fmt> | Format: text, json, html |
--output <file> | Output file path |