### Pasting the following lines at a shell prompt will allow Arvados SDKs
### to authenticate to your account, <%= current_user.email %>

read ARVADOS_API_TOKEN <<EOF
<%= Thread.current[:arvados_api_token] %>
EOF
export ARVADOS_API_TOKEN ARVADOS_API_HOST=<%= current_api_host %>
<% if Rails.configuration.arvados_insecure_https %>
export ARVADOS_API_HOST_INSECURE=true
<% else %>
unset ARVADOS_API_HOST_INSECURE
<% end %>