Categorygithub.com/jetrails/jrctl
module
0.0.0-20240524194826-5b1166a6610e
Repository: https://github.com/jetrails/jrctl.git
Documentation: pkg.go.dev

# README

jrctl

Command line tool to help interact with our API

About

Our command-line tool will help you interact with the JetRails API. Services are currently limited because we are actively working on exposing our API to the public. Future versions of our CLI tool will extend functionality. Stay tuned!

Installation (MacOS)

$ brew tap jetrails/tap
$ brew install jrctl

Installation (RedHat)

$ rpm -i https://github.com/jetrails/jrctl/releases/download/latest/jrctl_latest_linux_amd64.rpm

Installation (Debian)

$ curl -sL -o /var/cache/apt/archives/jrctl_latest_linux_amd64.deb https://github.com/jetrails/jrctl/releases/download/latest/jrctl_latest_linux_amd64.deb
$ dpkg -i /var/cache/apt/archives/jrctl_latest_linux_amd64.deb
$ rm /var/cache/apt/archives/jrctl_latest_linux_amd64.deb

Building & Running

This project uses a simple Makefile as a build system.

CommandDescription
make buildBuild binaries and output to bin folder
make build-allBuild for all platforms
make cleanDelete built binaries
make docsGenerate documentation
make packagePackage binary for many distributions
make formatFormat code with goimports
make helpDisplay available commands

Configuration File

A configuration file is used to load user settings. It can be found in ~/.jrctl/config.yaml. Some features can be configured via environmental variables.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author