This repository was archived by the owner on Nov 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,19 @@ There is one call that presently doesn't need any email or token certification (
209209
210210### Using shell environment variables
211211
212+ Note (for latest vewrsion of code):
213+
214+ * ` CLOUDFLARE_EMAIL ` has replaced ` CF_API_EMAIL ` .
215+ * ` CLOUDFLARE_API_KEY ` has replaced ` CF_API_KEY ` .
216+ * ` CLOUDFLARE_API_CERTKEY ` has replaced ` CF_API_CERTKEY ` .
217+
218+ Additionally, these two variables are available for testing purposes:
219+
220+ * ` CLOUDFLARE_API_EXTRAS ` has replaced ` CF_API_EXTRAS ` .
221+ * ` CLOUDFLARE_API_URL ` has replaced ` CF_API_URL ` .
222+
223+ The older environment variable names can still be used.
224+
212225``` bash
213226$ export CLOUDFLARE_EMAIL=' user@example.com' # Do not set if using an API Token
214227$ export CLOUDFLARE_API_KEY=' 00000000000000000000000000000000'
Original file line number Diff line number Diff line change @@ -214,6 +214,19 @@ There is one call that presently doesn’t need any email or token certification
214214Using shell environment variables
215215~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
216216
217+ Note (for latest vewrsion of code):
218+
219+ - ``CLOUDFLARE_EMAIL `` has replaced ``CF_API_EMAIL ``.
220+ - ``CLOUDFLARE_API_KEY `` has replaced ``CF_API_KEY ``.
221+ - ``CLOUDFLARE_API_CERTKEY `` has replaced ``CF_API_CERTKEY ``.
222+
223+ Additionally, these two variables are available for testing purposes:
224+
225+ - ``CLOUDFLARE_API_EXTRAS `` has replaced ``CF_API_EXTRAS ``.
226+ - ``CLOUDFLARE_API_URL `` has replaced ``CF_API_URL ``.
227+
228+ The older environment variable names can still be used.
229+
217230.. code :: bash
218231
219232 $ export CLOUDFLARE_EMAIL=' user@example.com' # Do not set if using an API Token
You can’t perform that action at this time.
0 commit comments