Skip to content

kobman/KOBman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KOBman

KOBman , is A command line utility inspired from sdkman !! KOBMan gives you a kob command on your shell , you can use it to automate the setup of various development environments required for KOB projects

KOBMAN! CLI

The KochiOrgBook Manager Command Line Interface

KOBMAN is a tool for managing parallel Versions of multiple KochiOrgBook projects on any Unix based system. It provides a convenient command line interface for installing, removing and listing Environments.

See documentation on the KOBMAN! website.

System pre-requisite

  • OS : Ubuntu 18.04LTS
  • Memory[RAM]): 4GB (min)
  • Storage : 30GB (min)

Installation

Open your favourite terminal and enter the following:

$ curl -L https://raw.githubusercontent.com/hyperledgerkochi/KOBman/dist/dist/get.kobman.io | bash

If the environment needs tweaking for KOBMAN to be installed, the installer will prompt you accordingly and ask you to restart.

Local Installation

To install KOBMAN locally running against your local server, run the following commands:

$ source ~/.kobman/bin/kobman-init.sh

Local environment commands

Run the following commands on the terminal to manage respective environments.

Install commands:

    $ kob install -env [environment_name] --version [version_tag]

    Example   :
       $ kob install -env KOBman --version 0.0.2

Please run the following command to get the list of other environments and its versions.

   	`$ kob list`

Uninstall commands:

    $ kob uninstall -env [environment_name] --version [version_tag]

    Example   :
       $ kob uninstall -env KOBman --version 0.0.2

Version commands:

$ kob --version
$ kob --version -env [environment_name]

Example   :
   $ kob --version -env KOBman

Other useful commands:

    $ kob list
    $ kob status        
    $ kob help     

Adding new features

For new features creation , you have to create a new file (extention script) in the below listed directory,test it & publish

    ./kobman/env/

Contributors

This project exists thanks to all the people who contribute.

Releases

No releases published

Packages

No packages published

Languages