rocketblend-collector

module
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2024 License: GPL-3.0

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:pass@proxy.com
  agent: random
  parallelism: 2
  delay: 15s
collections:
  - name: blender
    platforms:
      - windows
      - linux
      - macos/intel
      - macos/apple
  - name: rocketblend
    platforms:
      - windows

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

export COLLECTOR_PROXY="http://user:pass@proxy.com"

Usage

collector pull

See Also

Directories

Path Synopsis
cmd
collector command
pkg
cli

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL