|
1 | | -{% include section-title-wawscommands.md %} |
| 1 | +--- |
| 2 | +category: cross-platform |
| 3 | +--- |
2 | 4 |
|
3 | | -#### General Commands |
| 5 | +### General Commands |
4 | 6 |
|
5 | | -<table class="cli"> |
| 7 | +<table class="table table-striped cli cmd"> |
6 | 8 | <caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site</kbd></caption> |
7 | 9 | <tr> |
8 | 10 | <th>command</th> |
|
12 | 14 | <tr> |
13 | 15 | <td>browse {% include command-argument-options.md %} {% include command-argument-name.md %}</td> |
14 | 16 | <td> |
15 | | - <dl> |
| 17 | + <dl class="dl-horizontal"> |
16 | 18 | {% include command-option-subscription.md %} |
17 | 19 | </dl> |
18 | 20 | </td> |
|
21 | 23 | <tr> |
22 | 24 | <td>list {% include command-argument-options.md %}</td> |
23 | 25 | <td> |
24 | | - <dl> |
| 26 | + <dl class="dl-horizontal"> |
25 | 27 | {% include command-option-subscription.md %} |
26 | 28 | </dl> |
27 | 29 | </td> |
|
30 | 32 | <tr> |
31 | 33 | <td>create {% include command-argument-options.md %} {% include command-argument-name.md %}</td> |
32 | 34 | <td> |
33 | | - {% include command-option-help.md %} |
34 | | - {% include command-option-subscription.md %} |
35 | | - {% include command-option-location.md %} |
36 | | - {% include command-option-hostname.md %} |
37 | | - {% include command-option-git.md %} {% include command-option-publishingusername.md %} {% include command-option-github.md %} |
38 | | - {% include command-option-githubusername.md %} |
39 | | - {% include command-option-githubpassword.md %} |
40 | | - {% include command-option-githubrepository.md %} |
41 | | - {% include command-option-verbose.md %} |
42 | | - {% include command-option-json.md %} |
| 35 | + <dl class="dl-horizontal"> |
| 36 | + {% include command-option-help.md %} |
| 37 | + {% include command-option-subscription.md %} |
| 38 | + {% include command-option-location.md %} |
| 39 | + {% include command-option-hostname.md %} |
| 40 | + {% include command-option-git.md %} {% include command-option-publishingusername.md %} {% include command-option-github.md %} |
| 41 | + {% include command-option-githubusername.md %} |
| 42 | + {% include command-option-githubpassword.md %} |
| 43 | + {% include command-option-githubrepository.md %} |
| 44 | + {% include command-option-verbose.md %} |
| 45 | + {% include command-option-json.md %} |
| 46 | + </dl> |
43 | 47 | </td> |
44 | 48 | <td>create a new, or associate a local directory to an existing web site</td> |
45 | 49 | </tr> |
46 | 50 | <tr> |
47 | 51 | <td>delete {% include command-argument-options.md %} {% include command-argument-name.md %}</td> |
48 | 52 | <td> |
49 | | - <dl> |
| 53 | + <dl class="dl-horizontal"> |
50 | 54 | {% include command-option-help.md %} |
51 | 55 | {% include command-option-subscription.md %} |
52 | 56 | {% include command-option-quiet.md %} |
|
59 | 63 | <tr> |
60 | 64 | <td>start {% include command-argument-options.md %} {% include command-argument-name.md %}</td> |
61 | 65 | <td> |
62 | | - <dl> |
| 66 | + <dl class="dl-horizontal"> |
63 | 67 | {% include command-option-help.md %} |
64 | 68 | {% include command-option-subscription.md %} |
65 | 69 | {% include command-option-verbose.md %} |
|
71 | 75 | <tr> |
72 | 76 | <td>stop {% include command-argument-options.md %} {% include command-argument-name.md %}</td> |
73 | 77 | <td> |
74 | | - {% include command-option-help.md %} |
75 | | - {% include command-option-subscription.md %} |
76 | | - {% include command-option-verbose.md %} |
77 | | - {% include command-option-json.md %} |
| 78 | + <dl class="dl-horizontal"> |
| 79 | + {% include command-option-help.md %} |
| 80 | + {% include command-option-subscription.md %} |
| 81 | + {% include command-option-verbose.md %} |
| 82 | + {% include command-option-json.md %} |
| 83 | + </dl> |
78 | 84 | </td> |
79 | 85 | <td>stop the Internet Information Services (IIS) site</td> |
80 | 86 | </tr> |
81 | 87 | <tr> |
82 | 88 | <td>restart {% include command-argument-options.md %} {% include command-argument-name.md %}</td> |
83 | 89 | <td> |
84 | | - {% include command-option-help.md %} |
85 | | - {% include command-option-subscription.md %} |
86 | | - {% include command-option-verbose.md %} |
87 | | - {% include command-option-json.md %} |
| 90 | + <dl class="dl-horizontal"> |
| 91 | + {% include command-option-help.md %} |
| 92 | + {% include command-option-subscription.md %} |
| 93 | + {% include command-option-verbose.md %} |
| 94 | + {% include command-option-json.md %} |
| 95 | + </dl> |
88 | 96 | </td> |
89 | 97 | <td>stop, then start the Internet Information Services (IIS) site</td> |
90 | 98 | </tr> |
|
0 commit comments