Categorygithub.com/robotomize/url-manager
repository
0.1.4
Repository: https://github.com/robotomize/url-manager.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

url manager

The console application for fetching urls from file

Install

Go

go install github.com/robotomize/url-manager/cmd/url-manager@latest

Docker

cd tests
docker pull robotomize/urlmanager:latest
docker run --rm -v $(pwd):/app  -w /app robotomize/urlmanager urlmanager -s ./fixtures.txt

Usage

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