Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit 8f03eb1

Browse files
author
Cory Fowler
committed
refactoring, adding new xplat commands
1 parent d01a407 commit 8f03eb1

File tree

58 files changed

+2432
-1085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2432
-1085
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<connectionname>

_includes/command-argument-key.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<dfn title="configuration key">&lt;key&gt;</dfn>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<dfn title="configuration name-value pair 'key=value'">&lt;keyvaluepair&gt;</dfn>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
&lt;thumbprint&gt;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<dt>-c, --connectionname &lt;connectionname&gt;</dt><dd>the connection string name</dd>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<dt>-pu, --publishingUsername</dt>
1+
<dt>--gitusername</dt>
22
<dd>the publishing username for git</dd>
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<table class="table table-striped cli cmd">
2+
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site appsetting</kbd></caption>
3+
<tr>
4+
<th class="w20">command</th>
5+
<th class="w60">options</th>
6+
<th>description</th>
7+
</tr>
8+
<tr>
9+
<td>list {% include command-argument-options.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
10+
<td>
11+
<dl class="dl-horizontal">
12+
{% include command-option-help.md %}
13+
{% include command-option-verbose.md %}
14+
{% include command-option-json.md %}
15+
{% include command-option-subscription.md %}
16+
</dl>
17+
</td>
18+
<td>Show your site application settings</td>
19+
</tr>
20+
<tr>
21+
<td>add {% include command-argument-options.md %} {% include command-argument-keyvaluepair.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
22+
<td>
23+
<dl class="dl-horizontal">
24+
{% include command-option-help.md %}
25+
{% include command-option-verbose.md %}
26+
{% include command-option-json.md %}
27+
{% include command-option-subscription.md %}
28+
</dl>
29+
</td>
30+
<td>Adds an application setting for your site [semi-colon (;) delimitied]</td>
31+
</tr>
32+
<tr>
33+
<td>delete {% include command-argument-options.md %} {% include command-argument-key.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
34+
<td>
35+
<dl class="dl-horizontal">
36+
{% include command-option-help.md %}
37+
{% include command-option-verbose.md %}
38+
{% include command-option-json.md %}
39+
{% include command-option-subscription.md %}
40+
{% include command-option-quiet.md %}
41+
</dl>
42+
</td>
43+
<td>Deletes an application setting for your site</td>
44+
</tr>
45+
<tr>
46+
<td>show {% include command-argument-options.md %} {% include command-argument-key.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
47+
<td>
48+
<dl class="dl-horizontal">
49+
{% include command-option-help.md %}
50+
{% include command-option-verbose.md %}
51+
{% include command-option-json.md %}
52+
{% include command-option-subscription.md %}
53+
</dl>
54+
</td>
55+
<td>Shows an application setting for your site</td>
56+
</tr>
57+
</table>
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<table class="table table-striped cli cmd">
2+
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site cert</kbd></caption>
3+
<tr>
4+
<th class="w20">command</th>
5+
<th class="w60">options</th>
6+
<th>description</th>
7+
</tr>
8+
<tr>
9+
<td>list {% include command-argument-options.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
10+
<td>
11+
<dl class="dl-horizontal">
12+
{% include command-option-help.md %}
13+
{% include command-option-verbose.md %}
14+
{% include command-option-json.md %}
15+
{% include command-option-subscription.md %}
16+
</dl>
17+
</td>
18+
<td>Show your site certificates</td>
19+
</tr>
20+
<tr>
21+
<td>add {% include command-argument-options.md %} &lt;certificate-path&gt; {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
22+
<td>
23+
<dl class="dl-horizontal">
24+
{% include command-option-help.md %}
25+
{% include command-option-verbose.md %}
26+
{% include command-option-json.md %}
27+
{% include command-option-subscription.md %}
28+
<dt>-k, --key &lt;key&gt;</dt><dd>The certificate key</dd>
29+
</dl>
30+
</td>
31+
<td>Adds a site certificate in pfx format</td>
32+
</tr>
33+
<tr>
34+
<td>delete {% include command-argument-options.md %} {% include command-argument-thumbprint.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
35+
<td>
36+
<dl class="dl-horizontal">
37+
{% include command-option-help.md %}
38+
{% include command-option-verbose.md %}
39+
{% include command-option-json.md %}
40+
{% include command-option-subscription.md %}
41+
{% include command-option-quiet.md %}
42+
</dl>
43+
</td>
44+
<td>Deletes a site certificate</td>
45+
</tr>
46+
<tr>
47+
<td>show {% include command-argument-options.md %} {% include command-argument-thumbprint.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
48+
<td>
49+
<dl class="dl-horizontal">
50+
{% include command-option-help.md %}
51+
{% include command-option-verbose.md %}
52+
{% include command-option-json.md %}
53+
{% include command-option-subscription.md %}
54+
</dl>
55+
</td>
56+
<td>Shows a site certificate</td>
57+
</tr>
58+
</table>
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<table class="table table-striped cli cmd">
2+
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site connectionstring</kbd></caption>
3+
<tr>
4+
<th class="w20">command</th>
5+
<th class="w60">options</th>
6+
<th>description</th>
7+
</tr>
8+
<tr>
9+
<td>list {% include command-argument-options.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
10+
<td>
11+
<dl class="dl-horizontal">
12+
{% include command-option-help.md %}
13+
{% include command-option-verbose.md %}
14+
{% include command-option-json.md %}
15+
{% include command-option-subscription.md %}
16+
</dl>
17+
</td>
18+
<td>Show your site connection strings</td>
19+
</tr>
20+
<tr>
21+
<td>add {% include command-argument-options.md %} {% include command-argument-connectionname.md %} &lt;value&gt; &lt;type&gt; {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
22+
<td>
23+
<dl class="dl-horizontal">
24+
{% include command-option-help.md %}
25+
{% include command-option-verbose.md %}
26+
{% include command-option-json.md %}
27+
{% include command-option-subscription.md %}
28+
{% include command-option-connectionname.md %}
29+
<dt>-v, --value &lt;value&gt;</dt><dd>the connection string value</dd>
30+
<dt>-t, --type &lt;type&gt;</dt><dd>the connection string type</dd>
31+
</dl>
32+
</td>
33+
<td>Adds a connection string to your site</td>
34+
</tr>
35+
<tr>
36+
<td>delete {% include command-argument-options.md %} {% include command-argument-connectionname.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
37+
<td>
38+
<dl class="dl-horizontal">
39+
{% include command-option-help.md %}
40+
{% include command-option-verbose.md %}
41+
{% include command-option-json.md %}
42+
{% include command-option-subscription.md %}
43+
{% include command-option-connectionname.md %}
44+
{% include command-option-quiet.md %}
45+
</dl>
46+
</td>
47+
<td>Deletes a connection string for your site</td>
48+
</tr>
49+
<tr>
50+
<td>show {% include command-argument-options.md %} {% include command-argument-connectionname.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
51+
<td>
52+
<dl class="dl-horizontal">
53+
{% include command-option-help.md %}
54+
{% include command-option-verbose.md %}
55+
{% include command-option-json.md %}
56+
{% include command-option-subscription.md %}
57+
{% include command-option-connectionname.md %}
58+
</dl>
59+
</td>
60+
<td>Shows a connection string for your site</td>
61+
</tr>
62+
</table>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<table class="table table-striped cli cmd">
2+
<caption>{% include snippet-fun-consoleuser.md %}<kbd>azure site defaultdocument</kbd></caption>
3+
<tr>
4+
<th class="w20">command</th>
5+
<th class="w60">options</th>
6+
<th>description</th>
7+
</tr>
8+
<tr>
9+
<td> {% include command-argument-options.md %} {% include command-argument-name.md %}<p><span class="label label-warning">new</span></p></td>
10+
<td>
11+
<dl class="dl-horizontal">
12+
{% include command-option-help.md %}
13+
{% include command-option-verbose.md %}
14+
{% include command-option-json.md %}
15+
{% include command-option-subscription.md %}
16+
</dl>
17+
</td>
18+
<td></td>
19+
</tr>
20+
</table>

0 commit comments

Comments
 (0)