/bashflux

CLI for Mainflux

Primary LanguageGoApache License 2.0Apache-2.0

Mainflux CLI

License Build Status Go Report Card Join the chat at https://gitter.im/mainflux/mainflux

Command line interface (CLI) for Mainflux system.

Installation

Prerequisite

If not set already, please set your GOPATH and GOBIN environment variables. For example:

mkdir -p ~/go
export GOPATH=~/go
export GOBIN=$GOPATH/bin
# It's often useful to add $GOBIN to $PATH
export PATH=$PATH:$GOBIN

Get the code

Use go tool to "get" (i.e. fetch and build) bashflux package:

go get github.com/mainflux/bashflux

This will download the code to $GOPATH/src/github.com/mainflux/bashflux directory, and then compile it and install the binary in $GOBIN directory.

Now you can run the program with:

bashflux

if $GOBIN is in $PATH (otherwise use $GOBIN/bashflux)

Documentation

Development documentation can be found here.

Community

Mailing lists

mainflux Google group.

IRC

Mainflux Gitter

Twitter

@mainflux

License

Apache License, version 2.0