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.
2 parents e2cc4b5 + e98cab4 commit d5d83b5Copy full SHA for d5d83b5
README.md
@@ -33,19 +33,19 @@ $ wes-client --host=localhost:8080 --proto=http --attachments="testdata/dockstor
33
### List workflows
34
35
```
36
-$ wes-client --proto http --host=locahost:8080 --list
+$ wes-client --proto http --host=localhost:8080 --list
37
38
39
### Get workflow status
40
41
42
-$ wes-client --proto http --host=locahost:8080 --get <workflow-id>
+$ wes-client --proto http --host=localhost:8080 --get <workflow-id>
43
44
45
### Get stderr log from workflow:
46
47
48
-$ wes-client --proto http --host=locahost:8080 --log <workflow-id>
+$ wes-client --proto http --host=localhost:8080 --log <workflow-id>
49
50
51
## Server Configuration
0 commit comments