Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 723 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 723 Bytes

truelayer-cli

Use

Generate webhooks

Generate executed webhook

truelayer generate-webhook 
    --private-key {path_to_private_key_pem} 
    --client-id {client_id} 
    --client-secret {client_secret}
    --kid {private_id_key_from_console}
      executed

Generate failed webhook

truelayer generate-webhook 
    --private-key {path_to_private_key_pem} 
    --client-id {client_id} 
    --client-secret {client_secret}
    --kid {private_id_key_from_console}
      failed

Create a tunnel to a local app

Creates an HTTP tunnel to localhost:8080

truelayer route-webhooks 
    --to-addr http://localhost:8080 
    --client-id {client_id} 
    --client-secret {client_secret}