Skip to content

Commit 2f4cef5

Browse files
committed
Update flag description
1 parent 315c8f9 commit 2f4cef5

18 files changed

+18
-18
lines changed

cli/azd/cmd/testdata/TestUsage-azd-deploy.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Usage
1010

1111
Flags
1212
--all : Deploys all services that are listed in azure.yaml
13-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
13+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
1414
-e, --environment string : The name of the environment to use.
1515
--from-package string : Deploys the packaged service located at the provided path. Supports zipped file packages (file path) or container images (image tag).
1616

cli/azd/cmd/testdata/TestUsage-azd-down.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd down [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010
--force : Does not require confirmation before it deletes resources.
1111
--purge : Does not require confirmation before it permanently deletes resources that are soft-deleted by default (for example, key vaults).

cli/azd/cmd/testdata/TestUsage-azd-env-get-value.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd env get-value <keyName> [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010

1111
Global Flags

cli/azd/cmd/testdata/TestUsage-azd-env-get-values.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd env get-values [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010

1111
Global Flags

cli/azd/cmd/testdata/TestUsage-azd-env-refresh.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd env refresh <environment> [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010
--hint string : Hint to help identify the environment to refresh
1111

cli/azd/cmd/testdata/TestUsage-azd-env-set-secret.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd env set-secret <name> [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010

1111
Global Flags

cli/azd/cmd/testdata/TestUsage-azd-env-set.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd env set [<key> <value>] | [<key>=<value> ...] | [--file <filepath>] [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010
--file string : Path to .env formatted file to load environment values from.
1111

cli/azd/cmd/testdata/TestUsage-azd-hooks-run.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd hooks run <name> [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010
--platform string : Forces hooks to run for the specified platform.
1111
--service string : Only runs hooks for the specified service.

cli/azd/cmd/testdata/TestUsage-azd-infra-generate.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage
55
azd infra generate [flags]
66

77
Flags
8-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
8+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
99
-e, --environment string : The name of the environment to use.
1010
--force : Overwrite any existing files without prompting
1111

cli/azd/cmd/testdata/TestUsage-azd-init.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Usage
99

1010
Flags
1111
-b, --branch string : The template branch to initialize from. Must be used with a template argument (--template or -t).
12-
--env-type string : The type of the environment (e.g., dev, test, prod). Used when creating new environments.
12+
--env-type string : The type of the environment (e.g., dev, test, prod). (Experimental)
1313
-e, --environment string : The name of the environment to use.
1414
-f, --filter strings : The tag(s) used to filter template results. Supports comma-separated values.
1515
--from-code : Initializes a new application from your existing code.

0 commit comments

Comments
 (0)