ghost-inspector / node-ghost-inspector

Ghost Inspector CLl & API Library for Node.js
https://ghostinspector.com/docs/api/
MIT License
28 stars 6 forks source link

add internal param for integration tracking #42

Closed aaronfay closed 3 years ago

aaronfay commented 3 years ago

Description

Modifies the default user agent to be Ghost Inspector CLI and adds a new internal parameter to allow for integration tracking.

Example:

ghost-inspector suite execute xxxx --giIntegration CircleCI

This will result in a custom user agent:

GET /healthcheck/ 200 2 - 0.486 ms (Ghost Inspector CLI - CircleCI)

From this we can update our existing integrations that are able to use the CLI to get better insight on usage.

Security impacts

None.

Deployment requirements

N/A