The console application for fetching urls from file
go install github.com/robotomize/url-manager/cmd/url-manager@latest
cd tests
docker pull robotomize/urlmanager:latest
docker run --rm -v $(pwd):/app -w /app robotomize/urlmanager urlmanager -s ./fixtures.txt
Check websites console application
Usage:
url-manager [flags]
Flags:
-d, --debug debug logging
-h, --help help for url-manager
-s, --source string source file with urls
-c, --sync sync mode with one thread