We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78b2f2 commit 0f76fd6Copy full SHA for 0f76fd6
dev.md
@@ -36,6 +36,11 @@ repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -u
36
repo -r -n registry -url https://pm.community.intersystems.com/
37
```
38
39
+## export a global in runtime into the repo
40
+```
41
+d $System.OBJ.Export("GlobalD.GBL","/irisrun/repo/src/gbl/GlobalD.xml")
42
43
+
44
## create a web app in dockerfile
45
46
zn "%SYS" \
0 commit comments