Skip to content

v0.5.0

Compare
Choose a tag to compare
@valexsantos valexsantos released this 17 Feb 09:39
· 5 commits to master since this release
1bae893

Summary

MKIt client config support

Description

On mkitc first call, default configuration will be copied to $HOME/.mkit with localdefault profile set.

You can add more servers and change active profile with $mkitc profile set <profile_name>, e.g. $mkitc profile set server_2

# ~/.mkit/mkitc_config.yml
mkit:
  local: 
    server.uri: http://localhost:4567
  server_2:  # you can add more servers. change the client active profile with mkitc profile command
    server.uri: http://192.168.29.232:4567

Usage

$ mkitc help profile

Usage: mkitc profile <[set <profile_name>]|[show]>

mkit client configuration profile

Options:
set        set mkit client configuration profile
show       show mkit client current profile

What's Changed

Full Changelog: v0.4.3...v0.5.0