File tree Expand file tree Collapse file tree 6 files changed +36
-30
lines changed
Expand file tree Collapse file tree 6 files changed +36
-30
lines changed Original file line number Diff line number Diff line change 55 azd tool check [flags ]
66
77Global Flags
8- - C , -- cwd string : Sets the current working directory .
9- -- debug : Enables debugging and diagnostics logging .
10- -- docs : Opens the documentation for azd tool check in your web browser .
11- - h , -- help : Gets help for check .
12- -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
8+ - C , -- cwd string : Sets the current working directory .
9+ -- debug : Enables debugging and diagnostics logging .
10+ -- docs : Opens the documentation for azd tool check in your web browser .
11+ - e , -- environment string : The name of the environment to use .
12+ - h , -- help : Gets help for check .
13+ -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
1314
1415Find a bug ? Want to let us know how we ' re doing? Fill out this brief survey: https://aka.ms/azure-dev/hats.
1516
Original file line number Diff line number Diff line change 88 -- all : Install all recommended tools
99
1010Global Flags
11- - C , -- cwd string : Sets the current working directory .
12- -- debug : Enables debugging and diagnostics logging .
13- -- docs : Opens the documentation for azd tool install in your web browser .
14- - h , -- help : Gets help for install .
15- -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
11+ - C , -- cwd string : Sets the current working directory .
12+ -- debug : Enables debugging and diagnostics logging .
13+ -- docs : Opens the documentation for azd tool install in your web browser .
14+ - e , -- environment string : The name of the environment to use .
15+ - h , -- help : Gets help for install .
16+ -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
1617
1718Find a bug ? Want to let us know how we ' re doing? Fill out this brief survey: https://aka.ms/azure-dev/hats.
1819
Original file line number Diff line number Diff line change 55 azd tool list [flags ]
66
77Global Flags
8- - C , -- cwd string : Sets the current working directory .
9- -- debug : Enables debugging and diagnostics logging .
10- -- docs : Opens the documentation for azd tool list in your web browser .
11- - h , -- help : Gets help for list .
12- -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
8+ - C , -- cwd string : Sets the current working directory .
9+ -- debug : Enables debugging and diagnostics logging .
10+ -- docs : Opens the documentation for azd tool list in your web browser .
11+ - e , -- environment string : The name of the environment to use .
12+ - h , -- help : Gets help for list .
13+ -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
1314
1415Find a bug ? Want to let us know how we ' re doing? Fill out this brief survey: https://aka.ms/azure-dev/hats.
1516
Original file line number Diff line number Diff line change 55 azd tool show <tool-name > [flags]
66
77Global Flags
8- -C, --cwd string : Sets the current working directory.
9- --debug : Enables debugging and diagnostics logging.
10- --docs : Opens the documentation for azd tool show in your web browser.
11- -h, --help : Gets help for show.
12- --no-prompt : Accepts the default value instead of prompting, or it fails if there is no default.
8+ -C, --cwd string : Sets the current working directory.
9+ --debug : Enables debugging and diagnostics logging.
10+ --docs : Opens the documentation for azd tool show in your web browser.
11+ -e, --environment string : The name of the environment to use.
12+ -h, --help : Gets help for show.
13+ --no-prompt : Accepts the default value instead of prompting, or it fails if there is no default.
1314
1415Find a bug? Want to let us know how we're doing? Fill out this brief survey: https://aka.ms/azure-dev/hats.
1516
Original file line number Diff line number Diff line change 55 azd tool upgrade [tool - name ... ] [flags ]
66
77Global Flags
8- - C , -- cwd string : Sets the current working directory .
9- -- debug : Enables debugging and diagnostics logging .
10- -- docs : Opens the documentation for azd tool upgrade in your web browser .
11- - h , -- help : Gets help for upgrade .
12- -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
8+ - C , -- cwd string : Sets the current working directory .
9+ -- debug : Enables debugging and diagnostics logging .
10+ -- docs : Opens the documentation for azd tool upgrade in your web browser .
11+ - e , -- environment string : The name of the environment to use .
12+ - h , -- help : Gets help for upgrade .
13+ -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
1314
1415Find a bug ? Want to let us know how we ' re doing? Fill out this brief survey: https://aka.ms/azure-dev/hats.
1516
Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ Available Commands
1212 upgrade : Upgrade installed tools .
1313
1414Global Flags
15- - C , -- cwd string : Sets the current working directory .
16- -- debug : Enables debugging and diagnostics logging .
17- -- docs : Opens the documentation for azd tool in your web browser .
18- - h , -- help : Gets help for tool .
19- -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
15+ - C , -- cwd string : Sets the current working directory .
16+ -- debug : Enables debugging and diagnostics logging .
17+ -- docs : Opens the documentation for azd tool in your web browser .
18+ - e , -- environment string : The name of the environment to use .
19+ - h , -- help : Gets help for tool .
20+ -- no - prompt : Accepts the default value instead of prompting , or it fails if there is no default .
2021
2122Use azd tool [command ] -- help to view examples and more information about a specific command .
2223
You can’t perform that action at this time.
0 commit comments