From a54389dd10f03c58d7ef30c43fd3edf39aa7cc91 Mon Sep 17 00:00:00 2001 From: Adam Malone Date: Fri, 22 May 2020 09:16:16 +1000 Subject: [PATCH] Readme changes based on a question in #90. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e124061..66168bb 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,14 @@ Alternatively, follow the below steps for a manual installation. 1. Add your Acquia key and secret to the `acquiacli.yml` file. ### Environment Variables -Environmment variables can be used to store and provide the API key and secret, removing the need for configuration files. +Environmment variables can be used to store and provide the API key and secret, removing the need for configuration files. Refer to the values in `default.acquiacli.yml` for examples of how to configure these environment variables. * `ACQUIACLI_KEY` The environment variable for the API key * `ACQUIACLI_SECRET` The environment variable for the API secret +* `ACQUIACLI_TIMEZONE` Use [a supported PHP timezone](https://secure.php.net/manual/en/timezones.php) to see times in your locale. +* `ACQUIACLI_FORMAT` Use [a supported PHP date string](https://secure.php.net/manual/en/function.date.php) to show times in an alternate format. +* `ACQUIACLI_TASKWAIT` A number in seconds to wait before hitting the API to check the status of a task. +* `ACQUIACLI_TIMEOUT` A number in seconds before a task is considered to have timed out. + If environment variables are to be used, these will need to be placed in the relevant bash file on Linux/Mac e.g. `$HOME/.bashrc` or `$HOME/.bash_profile` in the following format. ```