Skip to content

Commit 35b0a08

Browse files
committed
Add link to /cli/environment-variables on /platform/variables page
1 parent 619f0fc commit 35b0a08

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

platform/variables.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 'Store and manage common configuration values across your checks'
66

77
import GenericRuntimeVariablesTable from '/snippets/generic-runtime-variables-table.mdx';
88

9-
Your checks might share the same configuration data, like an authentication token, a user name, or even a specific part of the URL. You can use variables and secrets to 'DRY' up your checks, store these variables in one place, and keep sensitive data secure.
9+
Your checks might share the same configuration data, like an authentication token, a user name, or even a specific part of the URL. You can use variables and secrets to 'DRY' up your checks, store these variables in one place, and keep sensitive data secure.
1010

1111
## Overview
1212

@@ -24,6 +24,10 @@ Values of the keys `sha1`, `_sha1`, `pageref`, `downloadsPath`, `tracesDir`, `pa
2424
Numbers are not scrubbed from the Playwright trace, but from the general check result.
2525
</Warning>
2626

27+
<Tip>
28+
This page provides a general overview of environment variables. For information specific to the CLI, refer to our [Checkly CLI documentation](/cli/environment-variables).
29+
</Tip>
30+
2731
From here on, in this document, we refer to both variables and secrets as 'variables' for ease of reading, unless explicitly mentioned.
2832

2933
## Managing variables

0 commit comments

Comments
 (0)