You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2019. It is now read-only.
In the current incarnation, we need to copy/paste the two environment variables into each shell we'd like to use taskcluster in, since it doesn't store them on disk any more.
A clean way of using the cli in multiple shells would be very helpful.
I know that the commit message says the client still reads from taskcluster.yaml, but since I deleted this file to try and work out some issues, I no longer have a reference copy to put those values in - I don't know the format.
How much of a benefit is there to avoid writing these temporary credentials to disk, given that they're temporary?
In the current incarnation, we need to copy/paste the two environment variables into each shell we'd like to use
taskclusterin, since it doesn't store them on disk any more.A clean way of using the cli in multiple shells would be very helpful.
I know that the commit message says the client still reads from
taskcluster.yaml, but since I deleted this file to try and work out some issues, I no longer have a reference copy to put those values in - I don't know the format.How much of a benefit is there to avoid writing these temporary credentials to disk, given that they're temporary?