email-concealer-cli

CLI tool for concealing e-mails in a file by replacing their domain

Github stars Tracking Chart

Conceal e-mail addresses in a file

Latest Version on Packagist
StyleCI
Quality Score
Total Downloads

CLI tool for concealing e-mails in a file by replacing their domain. Useful for concealing production data—like MySQL dumps—so you can use it locally without worrying about having real addresses on your system.

This package is a CLI app for spatie/email-concealer.

Postcardware

You're free to use this package (it's MIT-licensed), but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.

We publish all received postcards on our company website.

Installation

You can install the package via composer:

composer global require spatie/email-concealer-cli

Usage

# Conceal all e-mail addresses in a file, and print the result
email-concealer conceal path_to_src_file

# Conceal all e-mail addresses in a file, and write the result to a new file
email-concealer conceal path_to_src_file path_to_dest_file

# Conceal all e-mail addresses in a file, and overwrite the existing file
email-concealer conceal path_to_src_file --overwrite

# Conceal all e-mail addresses by replacing them with a "spatie.be" domain
email-concealer conceal path_to_src_file --overwrite --domain="spatie.be"

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.

Credits

About Spatie

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

License

The MIT License (MIT). Please see License File for more information.

Overview

Name With Ownerspatie/email-concealer-cli
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:MIT License
Release Count1
Last Release Name1.0.0 (Posted on )
First Release Name1.0.0 (Posted on )
Created At2017-04-21 10:10:50
Pushed At2022-05-24 14:55:00
Last Commit At2022-05-24 16:55:00
Stargazers Count30
Watchers Count4
Fork Count2
Commits Count23
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count3
Pull Requests Open Count0
Pull Requests Close Count0
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top