backlog-cli

command module
v0.0.0-...-67bb5b8 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

README

Backlog CLI

A CLI tool to interact with Backlog, a project management tool by Nulab, Inc.

Setup

  1. Get an api key here: https://nulab.backlog.jp/EditApiSettings.action
  • For "memo" you can simply put 'backlog-cli' or whatever you'd like.
  1. make init will copy the sample configuration file to $HOME/backlog-config.yaml
  2. Add the API_KEY to the YAML file.
  3. Add the BASEURL. This will be the link you visit to use Backlog, e.g: https://yourbacklogspace.nulab.com
  • 🚨 Do not use a trailing slash! 🚨
  1. make will build the project and add the blg executable to usr/local/bin directly.
  • Ensure that /usr/local/bin is in your $PATH
  • To add elsewhere, simply do: go build -o /your/preferred/path/blg *.go

Usage

# Test to see executable is found with:
blg --help
# Test Backlog API_KEY is set up properly with:
blg me

Misc Resources

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