Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 1c3beea

Browse files
committed
style changes
1 parent 0f05682 commit 1c3beea

File tree

1 file changed

+9
-0
lines changed
  • content/en/user-guide/aws/codeartifact

1 file changed

+9
-0
lines changed

content/en/user-guide/aws/codeartifact/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ $ awslocal codeartifact create-domain --domain demo-domain
3434
{{< /command >}}
3535

3636
The following output is displayed:
37+
3738
```json
3839
{
3940
"domain": {
@@ -55,6 +56,7 @@ $ awslocal codeartifact describe-domain --domain demo-domain
5556
{{< /command >}}
5657

5758
The following output is displayed:
59+
5860
```json
5961
{
6062
"domain": {
@@ -76,6 +78,7 @@ $ awslocal codeartifact list-domains
7678
{{< /command >}}
7779

7880
The following output is displayed:
81+
7982
```json
8083
{
8184
"domains": [
@@ -102,6 +105,7 @@ $ awslocal codeartifact create-repository --domain demo-domain \
102105
{{< /command >}}
103106

104107
The following output is displayed:
108+
105109
```json
106110
{
107111
"repository": {
@@ -124,6 +128,7 @@ $ awslocal codeartifact describe-repository --domain demo-domain --repository de
124128
{{< /command >}}
125129

126130
The following output is displayed:
131+
127132
```json
128133
{
129134
"repository": {
@@ -146,6 +151,7 @@ $ awslocal codeartifact list-repositories
146151
{{< /command >}}
147152

148153
The following output is displayed:
154+
149155
```json
150156
{
151157
"repositories": [
@@ -168,6 +174,7 @@ $ awslocal codeartifact list-repositories-in-domain --domain demo-domain
168174
{{< /command >}}
169175

170176
The following output is displayed:
177+
171178
```json
172179
{
173180
"repositories": [
@@ -193,6 +200,7 @@ $ awslocal codeartifact associate-external-connection --domain demo-domain --rep
193200
{{< /command >}}
194201

195202
The following output is displayed:
203+
196204
```json
197205
{
198206
"repository": {
@@ -223,6 +231,7 @@ $ awslocal codeartifact create-repository --domain demo-domain \
223231
{{< /command >}}
224232

225233
The following output is displayed:
234+
226235
```json
227236
{
228237
"repository": {

0 commit comments

Comments
 (0)