raygun_cli

Last updated:

0 purchases

raygun_cli Image
raygun_cli Images
Add to Cart

Description:

raygun cli

Raygun CLI #
Command-line tool for raygun.com.
Install #
You can install this tool in different ways.
At the moment, a Dart SDK setup is necessary.
You can get the Dart SDK here: https://dart.dev/get-dart or as part of your Flutter SDK installation.
Note: $HOME/.pub-cache/bin must be in your path.
In the future, this tool will also be available as standalone binary file in other distribution channels.
Install binary
Not available yet!
Install from pub.dev
dart pub global activate raygun_cli
copied to clipboard
Install from sources
dart pub global activate -s path .
copied to clipboard
Usage #
Call to raygun-cli with a command and arguments.
raygun-cli <command> <arguments>
copied to clipboard
Or use directly from sources:
dart bin/raygun_cli.dart <command> <arguments>
copied to clipboard
Sourcemap Uploader
Upload sourcemaps to raygun.com.
raygun-cli sourcemap <arguments>
copied to clipboard
Where the arguments are:

uri is the full URI where your project will be installed to.
app-id the Application ID in Raygun.com.
token is an access token from https://app.raygun.com/user/tokens.
input-map is the map file to upload.

raygun-cli sourcemap --input-map=path/to/map/index.js.map --uri=https://example.com/index.js --app-id=APP_ID --token=TOKEN
copied to clipboard
The command can be used to upload any single sourcemap.
Flutter Sourcemaps
To upload Flutter web sourcemaps to raygun.com, navigate to your project root and run the sourcemap command and set the platform argument (or -p) to flutter.
The input-map argument is optional for Flutter web projects.
raygun-cli will try to find the main.dart.js.map file in build/web/main.dart.js.map automatically.
raygun-cli sourcemap -p flutter --uri=https://example.com/main.dart.js --app-id=APP_ID --token=TOKEN
copied to clipboard
NodeJS Sourcemaps
Not available yet!
Development #
Compiling a binary #
Compile a self-contained exec:
dart compile exe bin/raygun_cli.dart -o raygun-cli
copied to clipboard
Note: The binary is compiled for the architecture and host system. To compile for macOS and Windows we must setup CI VMs. See: https://dart.dev/tools/dart-compile#known-limitations

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.