Skip to content

Commit 801457c

Browse files
committed
Update snapshots
1 parent 3bfc9bf commit 801457c

19 files changed

+25
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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.
1314
-e, --environment string : The name of the environment to use.
1415
--from-package string : Deploys the packaged service located at the provided path. Supports zipped file packages (file path) or container images (image tag).
1516

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910
--force : Does not require confirmation before it deletes resources.
1011
--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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910

1011
Global Flags

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910

1011
Global Flags

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +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')
1011

1112
Global Flags
1213
-C, --cwd string : Sets the current working directory.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910
--hint string : Hint to help identify the environment to refresh
1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910

1011
Global Flags

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910
--file string : Path to .env formatted file to load environment values from.
1011

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910
--platform string : Forces hooks to run for the specified platform.
1011
--service string : Only runs hooks for the specified service.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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.
89
-e, --environment string : The name of the environment to use.
910
--force : Overwrite any existing files without prompting
1011

0 commit comments

Comments
 (0)