Provide convenient command to do simple token replacements from the CLI
Description
Often times as part of a build, we'll find ourselves needing to replace a specific token in a string or file with a replacement text. It would be handy to have something prebuilt and optimized for this. Use file globbing to be able to pass in a globbing pattern and operating on all files in a directory.
Often times as part of a build, we'll find ourselves needing to replace a specific token in a string or file with a replacement text. It would be handy to have something prebuilt and optimized for this. Use file globbing to be able to pass in a globbing pattern and operating on all files in a directory.