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

Conversation

darkowlzz
Copy link
Contributor

@darkowlzz darkowlzz commented Apr 5, 2020

Breaking change: Moves -t, exec 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.

Fixes #558

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 darkowlzz requested a review from twelho as a code owner April 5, 2020 11:28
@stealthybox stealthybox merged commit a474e49 into weaveworks:master Apr 10, 2020
@darkowlzz darkowlzz deleted the interactive-exec branch July 19, 2020 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Consume piped content when --interactive
2 participants