raygun_cli library
Public command API for the Raygun CLI.
Most users interact with this package through the raygun-cli executable.
These exports expose the command implementations for tests, embedding, and
advanced integrations that want to compose the CLI programmatically.
Classes
- DeploymentsCommand
- CLI command that records a deployment in Raygun.
- DsymCommand
- CLI command that uploads Apple dSYM archives to Raygun.
- ProguardCommand
- CLI command that uploads Android ProGuard/R8 mapping files to Raygun.
- SourcemapCommand
- CLI command that uploads JavaScript sourcemaps to Raygun.
- SymbolsCommand
- CLI command that uploads, lists, and deletes Flutter obfuscation symbols.
Properties
- deploymentsCommand → DeploymentsCommand
-
Default deployments command wired to the production Raygun API client.
final
- dsymCommand → DsymCommand
-
Default dSYM command wired to the production Raygun API client.
final
- proguardCommand → ProguardCommand
-
Default ProGuard/R8 command wired to the production Raygun API client.
final
- sourcemapCommand → SourcemapCommand
-
Default sourcemap command wired to the production Raygun API client.
final
- symbolsCommand → SymbolsCommand
-
Default Flutter symbols command wired to the production Raygun API client.
final