builder

command
v0.0.0-...-55bacb3 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2019 License: GPL-3.0 Imports: 17 Imported by: 0

README

Builder

Builder is a tool to package service plug-in to compatible with dapp-installer form.

Run builder
go run builder.go -agent=false \
                  -os=macos \
                  -keystore=/home/user/pk \
                  -auth="qwerty" \
                  -version=1_1 \
                  -min_core_version=0_123 \
                  -max_core_version=1_123

where

keystore - is private key of service plug-in maintainer in ethereum keystore format

auth - passphrase for keystore file decryption

agent - Agent OR Client service plug-in user role

Resulting archive and descriptor files will be placed in build directory.

builder
Usage of builder for dapp-openvpn:
  -agent
        Whether to install agent.
  -auth string
        Password to decrypt JSON private key.
  -keystore string
        Full path to JSON private key file.
  -max_core_version string
        Maximum version of Privatix core application for compatibility.
  -min_core_version string
        Minimal version of Privatix core application for compatibility. (default "undefined")
  -os string
        Target OS: linux, windows or macos (xgo usage). If is empty, a package will be created for a current operating system.
  -version string
        Product package distributive version. (default "undefined")

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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