From 327394a294c8b3182d87866b34f398a69824a357 Mon Sep 17 00:00:00 2001 From: Edward J Date: Tue, 12 Nov 2024 16:58:17 -0800 Subject: [PATCH 1/2] Add `x-defang-provider` and local state of provider --- docs/providers/_category_.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/providers/_category_.json b/docs/providers/_category_.json index bd6da56cd..ed0d5928e 100644 --- a/docs/providers/_category_.json +++ b/docs/providers/_category_.json @@ -3,6 +3,6 @@ "position": 350, "link": { "type": "generated-index", - "description": "Defang allows you to use your own cloud accounts to deploy your applications. Click on a link below to read documentation about specific providers." + "description": "Defang allows you to use your own cloud accounts to deploy your applications. Click on a link below to read documentation about specific providers. If no provider is specified, the Defang CLI will prompt you to select a provider interactively. The selected provider will be stored in the working directory of the project’s compose file and will be applied to all subsequent commands by default. You can also specify a preferred provider in the compose file by using `x-defang-provider` extention at the root level of the compose file.", } -} \ No newline at end of file +} From 91f039f829c0c1e70bcc20e4db261c790db78bd0 Mon Sep 17 00:00:00 2001 From: Jordan Stephens Date: Mon, 2 Dec 2024 12:22:51 -0500 Subject: [PATCH 2/2] spellcheck --- docs/providers/_category_.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/_category_.json b/docs/providers/_category_.json index ed0d5928e..d3890c645 100644 --- a/docs/providers/_category_.json +++ b/docs/providers/_category_.json @@ -3,6 +3,6 @@ "position": 350, "link": { "type": "generated-index", - "description": "Defang allows you to use your own cloud accounts to deploy your applications. Click on a link below to read documentation about specific providers. If no provider is specified, the Defang CLI will prompt you to select a provider interactively. The selected provider will be stored in the working directory of the project’s compose file and will be applied to all subsequent commands by default. You can also specify a preferred provider in the compose file by using `x-defang-provider` extention at the root level of the compose file.", + "description": "Defang allows you to use your own cloud accounts to deploy your applications. Click on a link below to read documentation about specific providers. If no provider is specified, the Defang CLI will prompt you to select a provider interactively. The selected provider will be stored in the working directory of the project’s compose file and will be applied to all subsequent commands by default. You can also specify a preferred provider in the compose file by using `x-defang-provider` extension at the root level of the compose file.", } }