[ARVADOS] updated: 2.3.2-15-ga864c1179
Git user
git at public.arvados.org
Mon Jan 24 19:03:39 UTC 2022
Summary of changes:
doc/user/cwl/arvados-vscode-training.html.md.liquid | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
via a864c117932288aac876ca3ba4b2087da191b6b6 (commit)
from 41e6ddfb673652c14020145e122d54dc6d5ba8ec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a864c117932288aac876ca3ba4b2087da191b6b6
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Jan 24 13:43:30 2022 -0500
18665: Separate Set Host and Set Token steps
Being separated because the previous "paste the whole
contents of the dialog box" was actually more confusing than helpful.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/doc/user/cwl/arvados-vscode-training.html.md.liquid b/doc/user/cwl/arvados-vscode-training.html.md.liquid
index 1858f5b57..804b3ad7b 100644
--- a/doc/user/cwl/arvados-vscode-training.html.md.liquid
+++ b/doc/user/cwl/arvados-vscode-training.html.md.liquid
@@ -86,9 +86,11 @@ Code (abbreviated "vscode") to develop CWL workflows on Arvados.
1. Go to Vscode
1. Vscode: Click on the `Terminal` menu
1. Vscode: Click `Run Taskā¦`
- 1. Vscode: Select `Configure Arvados`
- 1. Vscode: Paste text into the `Current API_TOKEN and API_HOST from Workbench` prompt
- 1. Vscode: This will create files called `API_HOST` and `API_TOKEN`
+ 1. Vscode: Select `Set Arvados Host`
+ 1. Vscode: Paste the value of API Host from the Workbench `Get API Token` dialog (found in the User menu) at the prompt
+ 1. Vscode: Next, run task `Set Arvados Token`
+ 1. Vscode: Paste the value of API Token from the Workbench `Get API Token` dialog
+ 1. Vscode: These will create files called `API_HOST` and `API_TOKEN`
## 3. Register & run a workflow
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list