Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Add interactive vm exec support #572

Merged
merged 1 commit into from
Apr 10, 2020

Commits on Apr 5, 2020

  1. Add interactive vm exec support

    Breaking change: Moves -t short flag from timeout to tty.
    
    This change makes the VM exec command interactive by default. This
    enables the ability to pipe host input to VM commands using exec.
    TTY is disabled by default. It can be enabled by using -t exec flag.
    
    Adds e2e test to verify the feature.
    darkowlzz committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    d040cd0 View commit details
    Browse the repository at this point in the history