Safeguard your HAR (HTTP Archive) files with harmor
. It's like armor for your HAR files!
Visit the harmor.dev for more details.
There's no need for a global installation. Use harmor
with npx
whenever you need it!
To sanitize a HAR file:
npx harmor path_to_your_file.har
This will guide you through a questionnaire in the CLI, allowing you to customize the sanitization process based on your preferences.
For a more streamlined process, you can use a template:
npx harmor --template=harmor.template.json path_to_your_file.har
Replace harmor.template.json
with the path to your template file.
Your template file should be a JSON file with your sanitization preferences. Detailed documentation on the template format will be added soon.
You can use the CLI questionnaire to generate a template file for you.
- Easy to Use: No need for a global installation. Use it directly with
npx
. - Customizable: Follow the CLI questionnaire to customize the sanitization to your liking.
- Template Support: Use a template for a more streamlined process.
Interested in contributing to harmor
? We'd love to have you! Check out our CONTRIBUTING.md for
guidelines.