Skip to content

Commit 8460314

Browse files
committed
Update flag description
1 parent 315c8f9 commit 8460314

20 files changed

+20
-20
lines changed

cli/azd/cmd/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ func (f *envNewFlags) Bind(local *pflag.FlagSet, global *internal.GlobalCommandO
822822
"Name or ID of an Azure subscription to use for the new environment",
823823
)
824824
local.StringVarP(&f.location, "location", "l", "", "Azure location for the new environment")
825-
local.StringVarP(&f.envType, "type", "t", "", "Type of environment ('dev' or 'prod')")
825+
local.StringVarP(&f.envType, "type", "t", "", "The type of the environment (e.g., dev, test, prod). (Experimental)")
826826

827827
f.global = global
828828
}

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-new.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Usage
77
Flags
88
-l, --location string : Azure location for the new environment
99
--subscription string : Name or ID of an Azure subscription to use for the new environment
10-
-t, --type string : Type of environment ('dev' or 'prod')
10+
-t, --type string : The type of the environment (e.g., dev, test, prod). (Experimental)
1111

1212
Global Flags
1313
-C, --cwd string : Sets the current working directory.

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.

0 commit comments

Comments
 (0)