We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c07757 commit df8a996Copy full SHA for df8a996
README.md
@@ -202,6 +202,7 @@ Examples:
202
$ scw exec $(scw start -w $(scw create ubuntu-trusty)) bash
203
$ scw exec myserver tmux new -d sleep 10
204
$ scw exec myserver ls -la | grep password
205
+ $ cat local-file | scw exec myserver 'cat > remote/path'
206
```
207
208
exec.go
@@ -25,6 +25,7 @@ var cmdExec = &Command{
25
26
27
28
29
`,
30
}
31
0 commit comments