-
Notifications
You must be signed in to change notification settings - Fork 292
Expand file tree
/
Copy pathTestUsage-azd-config-list-alpha.snap
More file actions
32 lines (22 loc) · 1.1 KB
/
TestUsage-azd-config-list-alpha.snap
File metadata and controls
32 lines (22 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Display the list of available features in alpha stage.
Usage
azd config list-alpha [flags]
Global Flags
-C, --cwd string : Sets the current working directory.
--debug : Enables debugging and diagnostics logging.
--docs : Opens the documentation for azd config list-alpha in your web browser.
-e, --environment string : The name of the environment to use.
--fail-on-prompt : Fails with an actionable error whenever a prompt is encountered, even if a default exists. Implies --no-prompt.
-h, --help : Gets help for list-alpha.
--no-prompt : Accepts the default value instead of prompting, or it fails if there is no default.
Examples
Displays a list of all available features in the alpha stage
azd config list-alpha
Turn off a specific alpha feature
azd config set alpha.<feature-name> off
Turn off all alpha features
azd config set alpha.all off
Turn on a specific alpha feature
azd config set alpha.<feature-name> on
Turn on all alpha features
azd config set alpha.all on