@@ -100,14 +100,14 @@ Then to download our packaged image, consider the
100100the version you wish to use. Then, in your terminal, execute the following:
101101
102102``` shell
103- docker pull ghcr.io/avisi-cloud /structurizr-site-generatr
103+ docker pull ghcr.io/nhsdigital /structurizr-site-generatr
104104```
105105
106106Once downloaded, you can execute Structurizr Site Generatr via a temporary Docker container by executing the
107107following in your terminal:
108108
109109``` shell
110- docker run -it --rm ghcr.io/avisi-cloud /structurizr-site-generatr --help
110+ docker run -it --rm ghcr.io/nhsdigital /structurizr-site-generatr --help
111111```
112112
113113#### [ Optional] Verify the Structurizr Site Generatr image with [ CoSign] ( https://github.com/sigstore/cosign )
@@ -118,13 +118,13 @@ cat cosign.pub
118118MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEzezKl0vAWSHosQ0JLEsDzNBd2nGm
11911908KqX+imYqq2avlbH+ehprJFMqKK0/I/bY0q5W9hQC8SLzTRJ9Q5dB9UiQ==
120120-----END PUBLIC KEY-----
121- cosign verify --key cosign.pub ghcr.io/avisi-cloud /structurizr-site-generatr
121+ cosign verify --key cosign.pub ghcr.io/nhsdigital /structurizr-site-generatr
122122```
123123
124124Or by using the Github repo url:
125125
126126``` shell
127- cosign verify --key https://github.com/avisi-cloud /structurizr-site-generatr ghcr.io/avisi-cloud/structurizr-site-generatr
127+ cosign verify --key https://github.com/nhsdigital /structurizr-site-generatr ghcr.io/avisi-cloud/structurizr-site-generatr
128128 ```
129129
130130## Usage
@@ -142,7 +142,7 @@ To learn about available commands, or parameters for individual commands, call S
142142``` shell
143143installed> structurizr-site-generatr --help
144144
145- docker> docker run -it --rm ghcr.io/avisi-cloud /structurizr-site-generatr --help
145+ docker> docker run -it --rm ghcr.io/nhsdigital /structurizr-site-generatr --help
146146
147147Usage: structurizr-site-generatr options_list
148148Subcommands:
@@ -161,7 +161,7 @@ To query the version of Structurizr Site Generatr installed / used.
161161``` shell
162162installed> structurizr-site-generatr version
163163
164- docker> docker run -it --rm ghcr.io/avisi-cloud /structurizr-site-generatr version
164+ docker> docker run -it --rm ghcr.io/nhsdigital /structurizr-site-generatr version
165165
166166Structurizr Site Generatr v1.1.3
167167```
@@ -176,7 +176,7 @@ This is the primary use case of Structurizr Site Generatr -- to generate a websi
176176``` shell
177177installed> structurizr-site-generatr generate-site --workspace-file workspace.dsl --assets-dir assets
178178
179- docker> docker run -it --rm -v c:/projects/c4:/var/model ghcr.io/avisi-cloud /structurizr-site-generatr generate-site --workspace-file workspace.dsl --assets-dir assets
179+ docker> docker run -it --rm -v c:/projects/c4:/var/model ghcr.io/nhsdigital /structurizr-site-generatr generate-site --workspace-file workspace.dsl --assets-dir assets
180180```
181181
182182Here, the ` --workspace-file ` or ` -w ` parameter specifies the input
@@ -204,7 +204,7 @@ To explicitly name the branches that you want to build sites from you can use th
204204
205205``` shell
206206structurizr-site-generatr generate-site
207- --git-url https://github.com/avisi-cloud /structurizr-site-generatr.git
207+ --git-url https://github.com/nhsdigital /structurizr-site-generatr.git
208208 --workspace-file docs/example/workspace.dsl
209209 --assets-dir docs/example/assets
210210 --branches main,future,old
@@ -215,7 +215,7 @@ or you can choose to build all branches that are found in the repository and exc
215215
216216``` shell
217217structurizr-site-generatr generate-site
218- --git-url https://github.com/avisi-cloud /structurizr-site-generatr.git
218+ --git-url https://github.com/nhsdigital /structurizr-site-generatr.git
219219 --workspace-file docs/example/workspace.dsl
220220 --assets-dir docs/example/assets
221221 --all-branches
@@ -235,7 +235,7 @@ web server can be reviewed using the `--help` operator.
235235``` shell
236236installed> structurizr-site-generatr serve -w workspace.dsl
237237
238- docker> docker run -it --rm -v c:/projects/c4:/var/model -p 8080:8080 ghcr.io/avisi-cloud /structurizr-site-generatr serve --workspace-file workspace.dsl --assets-dir assets
238+ docker> docker run -it --rm -v c:/projects/c4:/var/model -p 8080:8080 ghcr.io/nhsdigital /structurizr-site-generatr serve --workspace-file workspace.dsl --assets-dir assets
239239```
240240
241241By default, a development web server will be started and accessible at http://localhost:8080/ (if available).
0 commit comments