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

vm script #289

Open
laszewsk opened this issue Dec 22, 2019 · 0 comments
Open

vm script #289

laszewsk opened this issue Dec 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@laszewsk
Copy link
Member

vm script [--name=NAMES]
[--username=USERNAME]
[--key=KEY]
[--dryrun]
[--dir=DESTINATION]
[--shell=SHELL]
SCRIPT

               The script command copies a shell script to the specified vms
               into the DESTINATION directory and than execute it. With
               SHELL you can set the shell for executing the command,
               this coudl even be a python interpreter. Examples for
               SHELL are /bin/sh, /usr/bin/env python

            vm put SOURCE DESTINATION [NAMES]

                puts the file defined by SOURCE into the DESINATION folder
                on the specified machines. If the file exists it is
                overwritten, so be careful.

            vm get SOURCE DESTINATION [NAMES]

                gets  the file defined by SOURCE into the DESINATION folder
                on the specified machines. The SOURCE is on the remote
                machine. If one machine is specified, the SOURCE is the same
                name as on the remote machine. If multiple machines are
                specified, the name of the machine will be a prefix to the
                filename. If the filenames exists, they will be overwritten,
                so be careful.
@laszewsk laszewsk added the enhancement New feature or request label Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant