devctl

command module
v1.0.0 Latest Latest
Warning

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

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

README

CircleCI

devctl

Command line tool for the development daily business.

Installation

This project uses Go modules. Be sure to have it outside your $GOPATH or set GO111MODULE=on environment variable. Then regular go install should do the trick. Alternatively the following one-liner may help.

GO111MODULE=on go install -ldflags "-X 'github.com/giantswarm/devctl/pkg/project.gitSHA=$(git rev-parse HEAD)'" .

Configuration

To be able to fully use devctl you need to set following environment variables.

  • DEVCTL_GITHUB_ACCESS_TOKEN: Github access token generated with your personal account.

Usage

Please check devctl -h for for details on all functions.

Find repositories depending on a Go package/module

For example, to find all our repositories using github.com/giantswarm/microerror:

devctl repo list --depends-on github.com/giantswarm/microerror

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