Project

General

Profile

Arvswitch » History » Version 10

Peter Amstutz, 12/13/2022 02:37 PM

1 9 Peter Amstutz
h1. Arvbash
2 1 Peter Amstutz
3 10 Peter Amstutz
bash aliases to help manage the key/host .conf files in ~/.config/arvados and set the current environment.
4
5 9 Peter Amstutz
Found in https://dev.arvados.org/projects/arvados/repository/arvados/revisions/main/show/tools/arvbash
6
7 8 Peter Amstutz
h2. Usage
8
9
<pre>
10
$ arvswitch
11
Switch Arvados environment conf
12
Usage: arvswitch name
13
Available confs: ...
14
15
$ arvsave 
16
Save current Arvados environment variables to conf file
17
Usage: arvsave name
18
19
$ arvrm
20
Delete Arvados environment conf
21
Usage: arvrm name
22
23
$ arvboxswitch 
24
Switch Arvbox environment conf
25
Usage: arvboxswitch name
26
Your current container is: arvbox
27
Available confs: ...
28
29
$ arvopen
30 6 Ward Vandewege
Open Arvados uuid in browser
31
Usage: arvopen uuid
32
</pre>