Skip to content
kamaki version 0.6.1

1. Interactive shell modifications:
    - Top-context commands are accessible from all contexts
    - Config options are updated dynamicaly
    - Handle single and double quoted strings as one term
2. Command Line Interface mechanism modifications:
    - Calling kamaki.cli.command is now optional (but still usefull)
    - CommandTree is created in command specifications code so it can be overloaded, created dynami
    - Cleaner code and performance improvements on one-command functionality
    - Minor presentation modifications
5. API new features:
    - "server wait" waits for a server status to be over
    - "image reregister" updates of an image name an properties while preserving unmodified values
    - property parameters are switched back to repeated --property declarations
    - Minor parameter modifications
4. HTTP Connection modifications:
    - Maximum number of threads can be set explicitely
    - Number of active threads is adjusted on run time by timing responses
5. Bug fixes:
    - No-colors to to non-ttys bug fixed
    - Lost cursor after progress bar bug fixed
    - Url formating before httplib call fixed
    - Other minor fixes