Skip to content

replayio-public/replayapi

Repository files navigation

Setup

  • Make sure you have the correct yarn version:
    corepack enable
    # corepack prepare [email protected] --activate # This part should not be necessary because we have `packageManager` set.
  • Install with yarn and initialize yalc linkage:
    # Setup + install external dependencies.
    yarn
    
    # Install internal dependencies.
    yarn yalc-all
  • Test your installation:
    tsx main.ts version # 0.0.1
    tsx main.ts --help
    • Expected result:
      Usage: main [options] [command]
      
      Options:
        -h, --help                Display help for command
      
      Commands:
        fetch-comments [options]  Fetch comments from a recording
        help [command]            Display help for command
        session                   Manage persistent sessions with replay api
        version
      

About

a CLI for interacting with the replay api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •