@socieboy I'm not sure if this is currently possible, maybe others will chime in.
php artisan help vendor:publish
Usage:
vendor:publish [--force] [--provider[="..."]] [--tag[="..."]]
Options:
--force Overwrite any existing files.
--provider The service provider that has assets you want to publish.
--tag The tag that has assets you want to publish.
--help (-h) Display this help message
--quiet (-q) Do not output any message
--verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
--version (-V) Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
--no-interaction (-n) Do not ask any interactive question
--env The environment the command should run under.