GoogleChromeLabs / ps-analysis-tool

Privacy Sandbox Analysis Chrome Extension and CLI for analysis and understanding of cookie usage on web pages, and new privacy-preserving Chrome APIs
https://www.privacysandbox.com
Apache License 2.0
91 stars 20 forks source link

Enhancement: CLI output path relative to "out" directory. #638

Closed ayushnirwal closed 2 months ago

ayushnirwal commented 2 months ago

Description

This PR updates the behavior of creating directories for analysis output. All relative paths will be relative to "out" directory.

Testing Instructions

Commands like npm run cli -- -u https://www.aljazeera.com/ -d foo or npm run cli -- -u https://www.aljazeera.com/ -d ./foo should make a directory relative to "out" directory, not the project root

Checklist

Fixes #626