@@ -34,6 +34,7 @@ $ awslocal codeartifact create-domain --domain demo-domain
3434{{< /command >}}
3535
3636The following output is displayed:
37+
3738``` json
3839{
3940 "domain" : {
@@ -55,6 +56,7 @@ $ awslocal codeartifact describe-domain --domain demo-domain
5556{{< /command >}}
5657
5758The following output is displayed:
59+
5860``` json
5961{
6062 "domain" : {
@@ -76,6 +78,7 @@ $ awslocal codeartifact list-domains
7678{{< /command >}}
7779
7880The following output is displayed:
81+
7982``` json
8083{
8184 "domains" : [
@@ -102,6 +105,7 @@ $ awslocal codeartifact create-repository --domain demo-domain \
102105{{< /command >}}
103106
104107The 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
126130The following output is displayed:
131+
127132``` json
128133{
129134 "repository" : {
@@ -146,6 +151,7 @@ $ awslocal codeartifact list-repositories
146151{{< /command >}}
147152
148153The 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
170176The 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
195202The following output is displayed:
203+
196204``` json
197205{
198206 "repository" : {
@@ -223,6 +231,7 @@ $ awslocal codeartifact create-repository --domain demo-domain \
223231{{< /command >}}
224232
225233The following output is displayed:
234+
226235``` json
227236{
228237 "repository" : {
0 commit comments