Sprkl Docs
SupportSprkl websiteJoin Sprkl betaJoin Sprkl for CI
0.0.65
0.0.65
  • What is Sprkl?
  • Getting started
    • Install Sprkl
    • Instrument your code
      • Bare metal
      • Docker
      • Kubernetes
    • Start with a sample project with Docker Compose
  • Features
    • Instrumentation
      • Frontend tracing - NEW!
      • Selenium tracing - NEW!
    • Dashboard
      • Personal vs. Global
      • Code Block Reference
    • Code markups
    • System Graph
    • Jaeger tracing
    • Jest integration
    • Detect runtime security vulnerabilities in your code
  • Integrations and supported stack
  • Concepts
    • Analysis
  • FAQ
  • Support
  • Sprkl for GitHub Actions
    • Overview
    • Setup
    • Pulling Sprkl data to your IDE for further debugging
  • Troubleshooting
Powered by GitBook
On this page
  1. Sprkl for GitHub Actions

Pulling Sprkl data to your IDE for further debugging

PreviousSetupNextTroubleshooting

Last updated 2 years ago

If you haven't yet installed Sprkl in your IDE, you can follow .

For each report, you'll get a unique command using Sprkl CLI that you can run locally, to view the results in your IDE for further debugging (currently supporting VSCode).

sprkl ci pull --run=$ID --repository=$REPOSITORY --token=$TOKEN
the guidelines to get started