rocketblend-collector

module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: GPL-3.0

README

DiscussionsLatest Release

RocketBlend Collector

Github tag Go Doc Go Report Card GitHub

CLI tool for collecting Blender build information and generating Libraries for use with use with RocketBlend

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
    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:pass@proxy.com"

Usage

collector pull

Development

Run the application

make run

Install the application

make install

Create a new release

make release version=v1.2.0 

Directories

Path Synopsis
cmd
collector command
pkg

Jump to

Keyboard shortcuts

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