liimactl

command module
v0.0.7 Latest Latest
Warning

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

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

README

Build Status

Install

go install

Configuration

limactl can be configured via commandline parameters or via config file in $HOME/.liimactl/config.yaml. Sample config:

Host: https://liima-host/AMW_rest/
Username: user for basic auth (optional)
Password: password for basic auth (optional)
# For client cert auth
TLSClientConfig:
    CertFile: path to public key in pem format (optional)
    KeyFile: path to unencrypted private key in pem format (optional)
    CAFile: path to ca certs in pem format (optional)
    InsecureSkipVerify: false (default false)

Releasing

Create a new GIT tag and push it:

git tag -a v0.0.2 -m "Liimactl release v0.0.2"
git push origin v0.0.2

GitHub will then build the tag, create a new release on the github page and upload the binaries (win, mac, linux). After that you can add release notes to the release in GitHub.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package client is a Go client for the Liima API.
Package client is a Go client for the Liima API.
cmd

Jump to

Keyboard shortcuts

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