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
The Agave CLI looks for the AGAVE_CACHE_DIR environment variable to find the current cached credentials. The terraform command should adopt the same convention instead of only looking in ~/.agave/current.
The text was updated successfully, but these errors were encountered:
It might be helpful to talk through a config format. We honor a bunch of environment variables, bit it might be helpful to fallback on a config file for easier multitasking. Current variables in play are:
* AGAVE_TENANTS_API_BASE_URL
* AGAVE_DEV_TENANTS_API_BASE_URL
* AGAVE_DEVEL_MODE
* AGAVE_JSON_PARSER
* AGAVE_CLI_COMPLETION_SHOW_FILE_PATHS
* AGAVE_CLI_COMPLETION_SHOW_FILE_IMPORTS
* AGAVE_CLI_COMPLETION_SHOW_JOB_OUTPUTS_PATHS
* AGAVE_CLI_COMPLETION_CACHE
* AGAVE_CLI_COMPLETION_CACHE_APPS
* AGAVE_CLI_COMPLETION_CACHE_CLIENTS
* AGAVE_CLI_COMPLETION_CACHE_FILES
* AGAVE_CLI_COMPLETION_CACHE_JOBS
* AGAVE_CLI_COMPLETION_CACHE_METADATA
* AGAVE_CLI_COMPLETION_CACHE_MONITORS
* AGAVE_CLI_COMPLETION_CACHE_NOTIFICATIONS
* AGAVE_CLI_COMPLETION_CACHE_POSTITS
* AGAVE_CLI_COMPLETION_CACHE_PROFILES
* AGAVE_CLI_COMPLETION_CACHE_SYSTEMS
* AGAVE_CLI_COMPLETION_CACHE_TAGS
* AGAVE_CLI_COMPLETION_CACHE_TENANTS
* AGAVE_CLI_COMPLETION_CACHE_TRANSFERS
* AGAVE_CLI_COMPLETION_CACHE_TRANFORMS
* AGAVE_CLI_COMPLETION_CACHE_LIFETIME
—
Rion
On Feb 22, 2017, at 1:30 PM, Matthew Vaughn <[email protected]<mailto:[email protected]>> wrote:
The Agave CLI looks for the AGAVE_CACHE_DIR environment variable to find the current cached credentials. The terraform command should adopt the same convention instead of only looking in ~/.agave/current.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#5>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAv7MkOQhsS2fUuTla2fwyZIZQ-QdFSaks5rfH7GgaJpZM4MJBHJ>.
The Agave CLI looks for the
AGAVE_CACHE_DIR
environment variable to find the current cached credentials. The terraform command should adopt the same convention instead of only looking in~/.agave/current
.The text was updated successfully, but these errors were encountered: