lvl system scp
Copy files to/from the system using scp
Synopsis
Uses the same syntax as regular scp. Arguments are passed through, but host names (before the :) are interpreted as system names/IDs and resolved. To pass flags through to scp, put them after a --
lvl system scp [system1:]file1 ... [system2:]file2 [flags]
Examples
lvl system scp foo.txt mySystem:~/foo.txt
Options
-h, --help help for scp
Options inherited from parent commands
--apikey string API key
--config string config file (default is $HOME/.lvl.yaml)
-o, --output string Specifies output mode for commands. Accepted values are 'text', 'json', 'yaml' or 'id'. (default "text")
--trace Do detailed network request logging. This is intended for debugging and should not be parsed.
SEE ALSO
- lvl system - Commands for managing systems