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
Copy file name to clipboardExpand all lines: src/pages/cli/commands.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -739,6 +739,7 @@ You can set a value of a secret to a value of another by simply pointing to it v
739
739
|`${staging.DEBUG}`|`staging`|`/` (root of staging environment) | DEBUG | Cross-environment reference to a secret at the root (/). |
740
740
|`${production./frontend/SECRET_KEY}`|`production`|`/frontend/`| SECRET_KEY | Cross-environment reference to a secret in a specific path. |
741
741
|`${/backend/payments/STRIPE_KEY}`| same environment |`/backend/payments/`| STRIPE_KEY | Local reference with a specified path within the same environment. |
742
+
|`${backend_api::production.SECRET_KEY}`|`production` (in `backend_api` app) |`/` (root of backend_api app) | SECRET_KEY | Cross-application reference to a secret at the root path within another application. |
742
743
|`${backend_api::production./frontend/SECRET_KEY}`|`production` (in `backend_api` app) |`/frontend/`| SECRET_KEY | Cross-application reference to a secret in a specific path within another application. |
743
744
744
745
For more information see: [Phase Console Secrets](/console/secrets)
|`${staging.DEBUG}`|`staging`|`/` (root of staging environment) | DEBUG | Cross-environment reference to a secret at the root (/). |
59
59
|`${production./frontend/SECRET_KEY}`|`production`|`/frontend/`| SECRET_KEY | Cross-environment reference to a secret in a specific path. |
60
60
|`${/backend/payments/STRIPE_KEY}`| same environment |`/backend/payments/`| STRIPE_KEY | Local reference with a specified path within the same environment. |
61
+
|`${backend_api::production.SECRET_KEY}`|`production` (in `backend_api` app) |`/` (root of backend_api app) | SECRET_KEY | Cross-application reference to a secret at the root path within another application. |
61
62
|`${backend_api::production./frontend/SECRET_KEY}`|`production` (in `backend_api` app) |`/frontend/`| SECRET_KEY | Cross-application reference to a secret in a specific path within another application. |
62
63
63
64
#### Please note the following when using secret referencing:
0 commit comments