Categorygithub.com/rocketblend/rocketblend-collector

# README

DiscussionsDocumentationLatest Release

RocketBlend Collector

Github tag Go Doc Go Report Card GitHub

Hero image of Collector CLI

Collector is a command-line tool for generating package configurations quickly and easily for use with RocketBlend.

Getting Started

See Quick Start in our documentation.

Example config

# collector.yaml
library: github.com/rocketblend/official-library
collector:
  proxy: http://user:[email protected]
  agent: random
  parallelism: 2
  delay: 15s
collections:
  - name: blender
    platforms:
      - windows
      - linux
      - macos/intel
      - macos/apple
  - name: rocketblend
    platforms:
      - windows
    addons:
      - github.com/rocketblend/official-library/addons/rocketblend/0.1.0

You can also use an environment variable to set the proxy url.

export COLLECTOR_PROXY="http://user:[email protected]"

Usage

collector pull

See Also

# Packages

No description provided by the author
No description provided by the author