comb-go

command module
v0.0.0-...-5ce525d Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

README

CloudComb CLI tool: comb

Get Started

comb is a CLI tool for manage resources in CloudComb base on cloudcomb-go-sdk. Support Mac, Linux and Windows.

We had better read comb or comb -h to get more instruments.

☁  comb [master] ⚡ comb -h
NAME:
   comb - is a tool to manage CloudComb resources base on cloudcomb-go-sdk.

USAGE:
   comb [global options] command [command options] [arguments...]

VERSION:
   0.0.3 darwin/amd64 go1.6.2

AUTHOR(S):
   Bingo Huang <me@bingohuang.com>

COMMANDS:
     auth           Auth in CloudComb with app key, app secret
     container, co  Operate containers in CloudComb
     cluster,   cu  Operate clusters in CloudComb
     repositry, re  Operate repositrys in CloudComb
     secretkey, sk  Operate secret keys in CloudComb

GLOBAL OPTIONS:
   --debug                      debug mode [$DEBUG]
   --log-level value, -l value  Log level (options: debug, info, warn, error, fatal, panic) (default: "info")
   --help, -h                   show help
   --version, -v                print the version

Then enjoy your journey with comb if you happen to find some command are helpful to you.

Build and Install comb

Build in current directory
git clone https://github.com/bingohuang/comb.git
cd comb
export GOPATH=`pwd`
go get -d
go build

cp comb /usr/local/bin

Now comb is in your PATH.

Build in $GOPATH with gvm(Recommend)
  1. install gvm
  2. install go1.6.2(Recommend)
gvm install go1.4 -B
gvm use go1.4
export GOROOT_BOOTSTRAP=$GOROOT
gvm install go1.6.2
gvm use go1.6.2 --default
  1. get and build comb
go get github.com/bingohuang/comb

Now comb is in your $GOPATH/bin.

Or you can download the comb executable binary file from blew:

Usage

Participating

You can contribute to comb in several different ways:

  • To report a problem or request a feature, please feel free to file an issue.

  • Of course, we welcome pull requests and patches. Setting up a local comb development environment and submitting PRs is described here.

Copyright © 2016. All rights reserved

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