kevlar-state-manager-cli

command module
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2022 License: MIT Imports: 1 Imported by: 0

README

Kevlar State Manager CLI

A CLI to easily talk to a Kevlar cluster.

If you do not have a Kevlar cluster set up, find the instructions for the same here.

Installation

  1. Simply execute:

    go install github.com/shivanshkc/kevlar-state-manager-cli@latest
    
  2. The name of the tool is kevlar-state-manager-cli, which can be a bit verbose. So, you may want to create an alias. For that, put the following in your .bashrc:

    alias kev='kevlar-state-manager-cli'
    

Usage

Get the value of a key:

kev get anakin

Get the value of a key with explicit address:

kev get anakin -a http://localhost:9974

Set the value of a key:

kev set anakin padawan

Set the value of a key with explicit address:

kev set anakin padawan -a http://localhost:9974

Documentation

Overview

Copyright © 2022 Shivansh Kuchchal

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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