You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/util/cloudinit/schema/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,6 @@ This directory contains schema files relates to Cloud-Init:
13
13
## Generating the Go source code
14
14
15
15
Run `make generate-go` to generate the Go source code. If the local system has `npm`, it is used, otherwise a container image is used with either Docker or Podman.
16
+
17
+
This relies on `npm ci quicktype`. If you need to use a private npm registry which might requires authentication,
18
+
you can set `NPM_TOKEN` and `NPM_REGISTRY` variables.`
Copy file name to clipboardExpand all lines: pkg/util/netplan/schema/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,6 @@ This directory contains schema files relates to Netplan:
13
13
## Generating the Go source code
14
14
15
15
Run `make generate-go` to generate the Go source code. If the local system has `npm`, it is used, otherwise a container image is used with either Docker or Podman.
16
+
17
+
This relies on `npm ci quicktype`. If you need to use a private npm registry which might requires authentication,
18
+
you can set `NPM_TOKEN` and `NPM_REGISTRY` variables.`
0 commit comments