Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multi-line shell command #11

Open
vladimirvivien opened this issue Feb 1, 2020 · 0 comments
Open

Support for multi-line shell command #11

vladimirvivien opened this issue Feb 1, 2020 · 0 comments
Assignees

Comments

@vladimirvivien
Copy link
Owner

Currently a command must be provided as a single line with no breaks:

e.Run('docker run --rm --detach "hello-world')

Echo should also be able to support commands entered on multi-lines as follows

e.Run('
    docker run --rm
    -v "$PWD":/out 
    -v "$PWD/vars.txt":/vars.txt:ro
    gcr.io/cluster-api-provider-docker/release/manifests:latest
    -c workload-cluster-1
')
@vladimirvivien vladimirvivien self-assigned this Feb 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant