Skip to content

Commit 77c23d8

Browse files
committed
update testdata
1 parent 24ff772 commit 77c23d8

21 files changed

+34
-18
lines changed

cli/azd/cmd/testdata/TestUsage-azd-auth-login.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Flags
1111
--client-secret string : The client secret for the service principal to authenticate with. Set to the empty string to read the value from the console.
1212
--federated-credential-provider string : The provider to use to acquire a federated token to authenticate with.
1313
--managed-identity : Use a managed identity to authenticate.
14+
-o, --output string : The output format (the supported formats are json, none).
1415
--redirect-port int : Choose the port to be used as part of the redirect URI during interactive login.
1516
--tenant-id string : The tenant id or domain name to authenticate with.
1617
--use-device-code : When true, log in by using a device code instead of a browser.

cli/azd/cmd/testdata/TestUsage-azd-config-get.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Gets a configuration.
44
Usage
55
azd config get <path> [flags]
66

7+
Flags
8+
-o, --output string : The output format (the supported formats are json).
9+
710
Global Flags
811
-C, --cwd string : Sets the current working directory.
912
--debug : Enables debugging and diagnostics logging.

cli/azd/cmd/testdata/TestUsage-azd-config-list.snap

Lines changed: 0 additions & 18 deletions
This file was deleted.

cli/azd/cmd/testdata/TestUsage-azd-config-show.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Show all the configuration values.
44
Usage
55
azd config show [flags]
66

7+
Flags
8+
-o, --output string : The output format (the supported formats are json).
9+
710
Global Flags
811
-C, --cwd string : Sets the current working directory.
912
--debug : Enables debugging and diagnostics logging.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Flags
1212
--all : Deploys all services that are listed in azure.yaml
1313
-e, --environment string : The name of the environment to use.
1414
--from-package string : Deploys the packaged service located at the provided path. Supports zipped file packages (file path) or container images (image tag).
15+
-o, --output string : The output format (the supported formats are json, none).
1516

1617
Global Flags
1718
-C, --cwd string : Sets the current working directory.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Usage
77
Flags
88
-e, --environment string : The name of the environment to use.
99
--force : Does not require confirmation before it deletes resources.
10+
-o, --output string : The output format (the supported formats are json, none).
1011
--purge : Does not require confirmation before it permanently deletes resources that are soft-deleted by default (for example, key vaults).
1112

1213
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
@@ -6,6 +6,7 @@ Usage
66

77
Flags
88
-e, --environment string : The name of the environment to use.
9+
-o, --output string : The output format (the supported formats are json, dotenv).
910

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ List environments.
44
Usage
55
azd env list [flags]
66

7+
Flags
8+
-o, --output string : The output format (the supported formats are json, table).
9+
710
Global Flags
811
-C, --cwd string : Sets the current working directory.
912
--debug : Enables debugging and diagnostics logging.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Usage
77
Flags
88
-e, --environment string : The name of the environment to use.
99
--hint string : Hint to help identify the environment to refresh
10+
-o, --output string : The output format (the supported formats are json, none).
1011

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Usage
77
Flags
88
-e, --environment string : The name of the environment to use.
99
--force : Overwrite any existing files without prompting
10+
-o, --output string : The output format (the supported formats are none).
1011

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Usage
1111
Flags
1212
--all : Packages all services that are listed in azure.yaml
1313
-e, --environment string : The name of the environment to use.
14+
-o, --output string : The output format (the supported formats are json, none).
1415
--output-path string : File or folder path where the generated packages will be saved.
1516

1617
Global Flags

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Usage
1212
Flags
1313
-e, --environment string : The name of the environment to use.
1414
--no-state : Do not use latest Deployment State (bicep only).
15+
-o, --output string : The output format (the supported formats are json, none).
1516
--preview : Preview changes to Azure resources.
1617

1718
Global Flags

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Usage
1010
Flags
1111
--all : Restores all services that are listed in azure.yaml
1212
-e, --environment string : The name of the environment to use.
13+
-o, --output string : The output format (the supported formats are json, none).
1314

1415
Global Flags
1516
-C, --cwd string : Sets the current working directory.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Usage
66

77
Flags
88
-e, --environment string : The name of the environment to use.
9+
-o, --output string : The output format (the supported formats are json, none).
910
--show-secrets : Unmask secrets in output.
1011

1112
Global Flags

cli/azd/cmd/testdata/TestUsage-azd-template-list.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Usage
66

77
Flags
88
-f, --filter strings : The tag(s) used to filter template results. Supports comma-separated values.
9+
-o, --output string : The output format (the supported formats are json, table).
910
-s, --source string : Filters templates by source.
1011

1112
Global Flags

cli/azd/cmd/testdata/TestUsage-azd-template-show.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Show details for a given template. (Beta)
44
Usage
55
azd template show <template> [flags]
66

7+
Flags
8+
-o, --output string : The output format (the supported formats are json, none).
9+
710
Global Flags
811
-C, --cwd string : Sets the current working directory.
912
--debug : Enables debugging and diagnostics logging.

cli/azd/cmd/testdata/TestUsage-azd-template-source-add.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Usage
1111
Flags
1212
-l, --location string : Location of the template source. Required when using type flag.
1313
-n, --name string : Display name of the template source.
14+
-o, --output string : The output format (the supported formats are none).
1415
-t, --type string : Kind of the template source. Supported types are 'file', 'url' and 'gh'.
1516

1617
Global Flags

cli/azd/cmd/testdata/TestUsage-azd-template-source-list.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Lists the configured azd template sources. (Beta)
44
Usage
55
azd template source list [flags]
66

7+
Flags
8+
-o, --output string : The output format (the supported formats are json, table).
9+
710
Global Flags
811
-C, --cwd string : Sets the current working directory.
912
--debug : Enables debugging and diagnostics logging.

cli/azd/cmd/testdata/TestUsage-azd-template-source-remove.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Removes the specified azd template source (Beta)
44
Usage
55
azd template source remove <key> [flags]
66

7+
Flags
8+
-o, --output string : The output format (the supported formats are none).
9+
710
Global Flags
811
-C, --cwd string : Sets the current working directory.
912
--debug : Enables debugging and diagnostics logging.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Usage
2121

2222
Flags
2323
-e, --environment string : The name of the environment to use.
24+
-o, --output string : The output format (the supported formats are json, none).
2425

2526
Global Flags
2627
-C, --cwd string : Sets the current working directory.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Print the version number of Azure Developer CLI.
44
Usage
55
azd version [flags]
66

7+
Flags
8+
-o, --output string : The output format (the supported formats are json, none).
9+
710
Global Flags
811
-C, --cwd string : Sets the current working directory.
912
--debug : Enables debugging and diagnostics logging.

0 commit comments

Comments
 (0)