meshblu-connector-installer-go

command module
v18.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2016 License: MIT Imports: 9 Imported by: 0

README

Meshblu Connector Assembler

Build Status GoDoc Test Coverage Slack Status

Table of Contents

Introduction

The Meshblu Connector Assembler is a utility that downloads, configures and sets up the service files. This utility is used during the install connector step in the Meshblu Connector Installer.

Getting Started

Install

go install github.com/octoblu/go-meshblu-connector-assembler

Usage

Help

go-meshblu-connector-assembler --help

Debug

env DEBUG='meshblu-connector-assembler*' go-meshblu-connector-assembler

Arguments

  • --connector, -c String The connector name without meshblu- or meshblu-connector-.
  • --uuid, -u String The Meshblu UUID of the connector you wish to install.
  • --token, -t String The Meshblu Token of of connector you wish to install.
  • --github-slug, -g String The github owner and repo, separated by a slash. Example: octoblu/meshblu-connector-say-hello
  • --tag, -T String The release tag of the connector to download. Example v1.0.0.
  • --ignition, -i String The tag for the github release of go-meshblu-connector-ignition. Example: v1.0.0.
  • --debug, -d Bool (optional) If specified this will wait for user input when setting up the service files on windows.

Example

Assemble a connector

go-meshblu-connector-assembler \
  --connector say-hello \
  --uuid 6f87a9bc-02e6-41a8-b265-a1a58b8e569a \
  --token 8b265a1a55696f87a9bc041a82e6b8ea \
  --github-slug octoblu/meshblu-connector-say-hello \
  --tag v6.0.0 \
  --ignition v6.0.0

Run with debug

env DEBUG='meshblu-connector-assembler*' \
  go-meshblu-connector-assembler \
  --connector say-hello \
  --uuid 6f87a9bc-02e6-41a8-b265-a1a58b8e569a \
  --token 8b265a1a55696f87a9bc041a82e6b8ea \
  --github-slug octoblu/meshblu-connector-say-hello \
  --tag v6.0.0 \
  --ignition v6.0.0 \
  --debug

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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